Html Css Color HEX #CAF072 Sulu

📋 copy color: '#CAF072'

red 202 ◦ green 240 ◦ blue 114

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

Shades of Sulu #CAF072

Tints of Sulu #CAF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.5%

R = 36.33%
G = 43.17%
B = 20.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CAF072 (or 0xCAF072) is known color: Sulu. HEX triplet: CA, F0 and 72. RGB value is (202,240,114). Sum of RGB (Red+Green+Blue) = 202+240+114=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF072 is #350F8D. Grayscale: #D6D6D6. Windows color (decimal): -3477390 or 7532746. OLE color: 7532746.

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

Color convert

RGB 202 240 114 -
CMYK 0.16 0 0.52 0.06
HSL 78.1º 0.81% 0.69% -
HSV(B) 78.1º 0.53% 0.94% -
XYZ 58.55 76.09 27.52 -
YUV 214.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 202 240 114 0.16 0 0.52 0.06 78.1 0.81 0.69
Hex CA F0 72 10 0 34 6 4E 51 45
Octal 312 360 162 20 0 64 6 116 121 105
Binary 11001010 11110000 1110010 10000 0 110100 110 1001110 1010001 1000101

Color Harmonies of #CAF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF072

Black with #CAF072

Text Example


Text Example

White with #CAF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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