Html Css Color HEX #CAF06D Sulu

📋 copy color: '#CAF06D'

red 202 ◦ green 240 ◦ blue 109

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

Shades of Sulu #CAF06D

Tints of Sulu #CAF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.78%

R = 36.66%
G = 43.56%
B = 19.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CAF06D (or 0xCAF06D) is known color: Sulu. HEX triplet: CA, F0 and 6D. RGB value is (202,240,109). Sum of RGB (Red+Green+Blue) = 202+240+109=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF06D is #350F92. Grayscale: #D6D6D6. Windows color (decimal): -3477395 or 7205066. OLE color: 7205066.

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

Color convert

RGB 202 240 109 -
CMYK 0.16 0 0.55 0.06
HSL 77.4º 0.81% 0.68% -
HSV(B) 77.4º 0.55% 0.94% -
XYZ 58.28 75.98 26.06 -
YUV 213.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 202 240 109 0.16 0 0.55 0.06 77.4 0.81 0.68
Hex CA F0 6D 10 0 37 6 4D 51 44
Octal 312 360 155 20 0 67 6 115 121 104
Binary 11001010 11110000 1101101 10000 0 110111 110 1001101 1010001 1000100

Color Harmonies of #CAF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF06D

Black with #CAF06D

Text Example


Text Example

White with #CAF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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