Html Css Color HEX #65F295 Pastel Green

📋 copy color: '#65F295'

red 101 ◦ green 242 ◦ blue 149

#65F295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #65F295

Tints of Pastel Green #65F295

RGB

 RED value IS 101 (39.84% from 255) = 20.53%

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 20.53%
G = 49.19%
B = 30.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65F295 (or 0x65F295) is known color: Pastel Green. HEX triplet: 65, F2 and 95. RGB value is (101,242,149). Sum of RGB (Red+Green+Blue) = 101+242+149=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #65F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F295 is #9A0D6A. Grayscale: #BDBDBD. Windows color (decimal): -10095979 or 9826917. OLE color: 9826917.

HSL color Cylindrical-coordinate representation of color #65F295: hue angle of 140.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F295 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 242 149 -
CMYK 0.58 0 0.38 0.05
HSL 140.43º 0.84% 0.67% -
HSV(B) 140.43º 0.58% 0.95% -
XYZ 42.54 68.44 39.4 -
YUV 189.24 105.29 65.06 -
System Red Green Blue C M Y K H S L
Decimal 101 242 149 0.58 0 0.38 0.05 140.43 0.84 0.67
Hex 65 F2 95 3A 0 26 5 8C 54 43
Octal 145 362 225 72 0 46 5 214 124 103
Binary 1100101 11110010 10010101 111010 0 100110 101 10001100 1010100 1000011

Color Harmonies of #65F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F295

Black with #65F295

Text Example


Text Example

White with #65F295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F295; }

 p { color: rgb(101,242,149); }

 H1.HeaderClassName
 {
   color: #65F295;
 }
 .AnyTagClassName
 {
   color: #65F295;
 }
</style>

background-color css

<style>
 a { background-color: #65F295; }

 a { background-color: rgb(101,242,149); }

 div.DivClassName
 {
   background-color: #65F295;
 }
 .BgClassName
 {
   background-color: #65F295;
 }
</style>

border-color css

<style>
 span { border-color: #65F295; }

 span { border-color: rgb(101,242,149); }

 td.TdClassName
 {
   border-color: #65F295;
 }
 .TagClassName
 {
   border-color: #65F295;
 }
</style>