#CADF86

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

Shades of Sulu #CADF86

Tints of Sulu #CADF86

Color information

#CADF86 (or 0xCADF86) is unknown color: approx Sulu. HEX triplet: CA, DF and 86. RGB value is (202,223,134). Sum of RGB (Red+Green+Blue) = 202+223+134=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF86 is #352079. Grayscale: #CECECE. Windows color (decimal): -3481722 or 8839114. OLE color: 8839114.

HSL color Cylindrical-coordinate representation of color #CADF86: hue angle of 74.16º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CADF86 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB202223134-
CMYK0.0900.400.13
HSL74.16º58.17%70%-
HSV(B)74.16º39.91%87.45%-
XYZ55.0567.0532.6-
YUV206.5887.04124.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=36.14%
G=39.89%
B=23.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231340.0900.400.1374.1658.1770
HexCADF869028D4a3a46
Octal312337206110501511272106
Binary11001010110111111000011010010101000110110010101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF86; }

 p { color: rgb(202,223,134); }

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

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

 a { background-color: rgb(202,223,134); }

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

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

 span { border-color: rgb(202,223,134); }

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