#CAF384

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

Shades of Sulu #CAF384

Tints of Sulu #CAF384

Color information

#CAF384 (or 0xCAF384) is unknown color: approx Sulu. HEX triplet: CA, F3 and 84. RGB value is (202,243,132). Sum of RGB (Red+Green+Blue) = 202+243+132=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF384 is #350C7B. Grayscale: #DADADA. Windows color (decimal): -3476604 or 8713162. OLE color: 8713162.

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

Color convert

RGB202243132-
CMYK0.1700.460.05
HSL82.16º82.22%73.53%-
HSV(B)82.16º45.68%95.29%-
XYZ60.5778.3233.76-
YUV218.0979.42116.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 243 (95.31% from 255) = 42.11%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=35.01%
G=42.11%
B=22.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431320.1700.460.0582.1682.2273.53
HexCAF3841102E552524a
Octal312363204210565122122112
Binary110010101111001110000100100010101110101101001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF384; }

 p { color: rgb(202,243,132); }

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

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

 a { background-color: rgb(202,243,132); }

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

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

 span { border-color: rgb(202,243,132); }

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