Html Css Color HEX #CAF672 Sulu

📋 copy color: '#CAF672'

red 202 ◦ green 246 ◦ blue 114

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

Shades of Sulu #CAF672

Tints of Sulu #CAF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.77%

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

R = 35.94%
G = 43.77%
B = 20.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CAF672 (or 0xCAF672) is known color: Sulu. HEX triplet: CA, F6 and 72. RGB value is (202,246,114). Sum of RGB (Red+Green+Blue) = 202+246+114=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF672 is #35098D. Grayscale: #DADADA. Windows color (decimal): -3475854 or 7534282. OLE color: 7534282.

HSL color Cylindrical-coordinate representation of color #CAF672: hue angle of 80º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF672 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 114 -
CMYK 0.18 0 0.54 0.04
HSL 80º 0.88% 0.71% -
HSV(B) 80º 0.54% 0.96% -
XYZ 60.35 79.68 28.12 -
YUV 217.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 202 246 114 0.18 0 0.54 0.04 80 0.88 0.71
Hex CA F6 72 12 0 36 4 50 58 47
Octal 312 366 162 22 0 66 4 120 130 107
Binary 11001010 11110110 1110010 10010 0 110110 100 1010000 1011000 1000111

Color Harmonies of #CAF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF672

Black with #CAF672

Text Example


Text Example

White with #CAF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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