#CAF17D

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

Shades of Sulu #CAF17D

Tints of Sulu #CAF17D

Color information

#CAF17D (or 0xCAF17D) is unknown color: approx Sulu. HEX triplet: CA, F1 and 7D. RGB value is (202,241,125). Sum of RGB (Red+Green+Blue) = 202+241+125=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17D is #350E82. Grayscale: #D8D8D8. Windows color (decimal): -3477123 or 8253898. OLE color: 8253898.

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

Color convert

RGB202241125-
CMYK0.1600.480.05
HSL80.17º80.56%71.76%-
HSV(B)80.17º48.13%94.51%-
XYZ59.5176.9531.12-
YUV216.1176.58117.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=35.56%
G=42.43%
B=22.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411250.1600.480.0580.1780.5671.76
HexCAF17D100305505148
Octal312361175200605120121110
Binary11001010111100011111101100000110000101101000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF17D; }

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

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

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

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

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

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

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

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