#CAF171

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

Shades of Sulu #CAF171

Tints of Sulu #CAF171

Color information

#CAF171 (or 0xCAF171) is unknown color: approx Sulu. HEX triplet: CA, F1 and 71. RGB value is (202,241,113). Sum of RGB (Red+Green+Blue) = 202+241+113=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF171 is #350E8E. Grayscale: #D7D7D7. Windows color (decimal): -3477135 or 7467466. OLE color: 7467466.

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

Color convert

RGB202241113-
CMYK0.1600.530.05
HSL78.28º82.05%69.41%-
HSV(B)78.28º53.11%94.51%-
XYZ58.7976.6627.32-
YUV214.7570.58118.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 113 (44.53% from 255) = 20.32%
R=36.33%
G=43.35%
B=20.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411130.1600.530.0578.2882.0569.41
HexCAF1711003554e5245
Octal312361161200655116122105
Binary11001010111100011110001100000110101101100111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF171; }

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

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

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

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

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

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

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

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