#CAF189

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

Shades of Sulu #CAF189

Tints of Sulu #CAF189

Color information

#CAF189 (or 0xCAF189) is unknown color: approx Sulu. HEX triplet: CA, F1 and 89. RGB value is (202,241,137). Sum of RGB (Red+Green+Blue) = 202+241+137=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF189 is #350E76. Grayscale: #D9D9D9. Windows color (decimal): -3477111 or 9040330. OLE color: 9040330.

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

Color convert

RGB202241137-
CMYK0.1600.430.05
HSL82.5º78.79%74.12%-
HSV(B)82.5º43.15%94.51%-
XYZ60.3377.2735.4-
YUV217.4882.58116.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 137 (53.91% from 255) = 23.62%
R=34.83%
G=41.55%
B=23.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411370.1600.430.0582.578.7974.12
HexCAF1891002B5524f4a
Octal312361211200535122117112
Binary110010101111000110001001100000101011101101001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF189; }

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

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

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

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

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

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

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

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