#CADF8E

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

Shades of Sulu #CADF8E

Tints of Sulu #CADF8E

Color information

#CADF8E (or 0xCADF8E) is unknown color: approx Sulu. HEX triplet: CA, DF and 8E. RGB value is (202,223,142). Sum of RGB (Red+Green+Blue) = 202+223+142=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF8E is #352071. Grayscale: #CFCFCF. Windows color (decimal): -3481714 or 9363402. OLE color: 9363402.

HSL color Cylindrical-coordinate representation of color #CADF8E: hue angle of 75.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CADF8E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB202223142-
CMYK0.0900.360.13
HSL75.56º55.86%71.57%-
HSV(B)75.56º36.32%87.45%-
XYZ55.6367.2835.65-
YUV207.4991.04124.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 142 (55.86% from 255) = 25.04%
R=35.63%
G=39.33%
B=25.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231420.0900.360.1375.5655.8671.57
HexCADF8E9024D4c3848
Octal312337216110441511470110
Binary11001010110111111000111010010100100110110011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF8E; }

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

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

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

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

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

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

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

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