#CAF174

Color #CAF174 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAF174

Tints of Sulu #CAF174

Color information

#CAF174 (or 0xCAF174) is unknown color: approx Sulu. HEX triplet: CA, F1 and 74. RGB value is (202,241,116). Sum of RGB (Red+Green+Blue) = 202+241+116=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF174 is #350E8B. Grayscale: #D7D7D7. Windows color (decimal): -3477132 or 7664074. OLE color: 7664074.

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

Color convert

RGB202241116-
CMYK0.1600.520.05
HSL78.72º81.7%70%-
HSV(B)78.72º51.87%94.51%-
XYZ58.9676.7328.23-
YUV215.0972.08118.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 116 (45.70% from 255) = 20.75%
R=36.14%
G=43.11%
B=20.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411160.1600.520.0578.7281.770
HexCAF1741003454f5246
Octal312361164200645117122106
Binary11001010111100011110100100000110100101100111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF174; }

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

 H1.HeaderClassName
 {
   color: #CAF174;
 }
 .AnyTagClassName
 {
   color: #CAF174;
 }
</style>
background-color css

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

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

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

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

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

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