Html Css Color HEX #CAF172 Sulu

📋 copy color: '#CAF172'

red 202 ◦ green 241 ◦ blue 114

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

Shades of Sulu #CAF172

Tints of Sulu #CAF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

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

R = 36.27%
G = 43.27%
B = 20.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#CAF172 (or 0xCAF172) is known color: Sulu. HEX triplet: CA, F1 and 72. RGB value is (202,241,114). Sum of RGB (Red+Green+Blue) = 202+241+114=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF172 is #350E8D. Grayscale: #D7D7D7. Windows color (decimal): -3477134 or 7533002. OLE color: 7533002.

HSL color Cylindrical-coordinate representation of color #CAF172: hue angle of 78.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAF172 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 114 -
CMYK 0.16 0 0.53 0.05
HSL 78.43º 0.82% 0.7% -
HSV(B) 78.43º 0.53% 0.95% -
XYZ 58.85 76.68 27.62 -
YUV 214.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 202 241 114 0.16 0 0.53 0.05 78.43 0.82 0.7
Hex CA F1 72 10 0 35 5 4E 52 46
Octal 312 361 162 20 0 65 5 116 122 106
Binary 11001010 11110001 1110010 10000 0 110101 101 1001110 1010010 1000110

Color Harmonies of #CAF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF172

Black with #CAF172

Text Example


Text Example

White with #CAF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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