#CADF8A

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

Shades of Sulu #CADF8A

Tints of Sulu #CADF8A

Color information

#CADF8A (or 0xCADF8A) is unknown color: approx Sulu. HEX triplet: CA, DF and 8A. RGB value is (202,223,138). Sum of RGB (Red+Green+Blue) = 202+223+138=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF8A is #352075. Grayscale: #CFCFCF. Windows color (decimal): -3481718 or 9101258. OLE color: 9101258.

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

Color convert

RGB202223138-
CMYK0.0900.380.13
HSL74.82º57.05%70.78%-
HSV(B)74.82º38.12%87.45%-
XYZ55.3367.1734.09-
YUV207.0389.04124.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=35.88%
G=39.61%
B=24.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231380.0900.380.1374.8257.0570.78
HexCADF8A9026D4b3947
Octal312337212110461511371107
Binary11001010110111111000101010010100110110110010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF8A; }

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

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

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

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

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

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

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

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