#CAF184

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

Shades of Sulu #CAF184

Tints of Sulu #CAF184

Color information

#CAF184 (or 0xCAF184) is unknown color: approx Sulu. HEX triplet: CA, F1 and 84. RGB value is (202,241,132). Sum of RGB (Red+Green+Blue) = 202+241+132=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF184 is #350E7B. Grayscale: #D9D9D9. Windows color (decimal): -3477116 or 8712650. OLE color: 8712650.

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

Color convert

RGB202241132-
CMYK0.1600.450.05
HSL81.47º79.56%73.14%-
HSV(B)81.47º45.23%94.51%-
XYZ59.9877.1333.56-
YUV216.9180.08117.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=35.13%
G=41.91%
B=22.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411320.1600.450.0581.4779.5673.14
HexCAF1841002D5515049
Octal312361204200555121120111
Binary110010101111000110000100100000101101101101000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF184; }

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

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

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

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

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

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

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

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