Html Css Color HEX #CAF07E Sulu

📋 copy color: '#CAF07E'

red 202 ◦ green 240 ◦ blue 126

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

Shades of Sulu #CAF07E

Tints of Sulu #CAF07E

RGB

 RED value IS 202 (79.3% from 255) = 35.56%

 GREEN value IS 240 (94.14% from 255) = 42.25%

 BLUE value IS 126 (49.61% from 255) = 22.18%

R = 35.56%
G = 42.25%
B = 22.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#CAF07E (or 0xCAF07E) is known color: Sulu. HEX triplet: CA, F0 and 7E. RGB value is (202,240,126). Sum of RGB (Red+Green+Blue) = 202+240+126=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF07E is #350F81. Grayscale: #D8D8D8. Windows color (decimal): -3477378 or 8319178. OLE color: 8319178.

HSL color Cylindrical-coordinate representation of color #CAF07E: hue angle of 80º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAF07E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 126 -
CMYK 0.16 0 0.48 0.06
HSL 80º 0.79% 0.72% -
HSV(B) 80º 0.48% 0.94% -
XYZ 59.28 76.38 31.36 -
YUV 215.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 202 240 126 0.16 0 0.48 0.06 80 0.79 0.72
Hex CA F0 7E 10 0 30 6 50 4F 48
Octal 312 360 176 20 0 60 6 120 117 110
Binary 11001010 11110000 1111110 10000 0 110000 110 1010000 1001111 1001000

Color Harmonies of #CAF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF07E

Black with #CAF07E

Text Example


Text Example

White with #CAF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF07E; }

 p { color: rgb(202,240,126); }

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

background-color css

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

 a { background-color: rgb(202,240,126); }

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

border-color css

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

 span { border-color: rgb(202,240,126); }

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