#CADD83

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

Shades of Sulu #CADD83

Tints of Sulu #CADD83

Color information

#CADD83 (or 0xCADD83) is unknown color: approx Sulu. HEX triplet: CA, DD and 83. RGB value is (202,221,131). Sum of RGB (Red+Green+Blue) = 202+221+131=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD83 is #35227C. Grayscale: #CDCDCD. Windows color (decimal): -3482237 or 8641994. OLE color: 8641994.

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

Color convert

RGB202221131-
CMYK0.0900.410.13
HSL72.67º56.96%69.02%-
HSV(B)72.67º40.72%86.67%-
XYZ54.3165.9131.33-
YUV205.0686.21125.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=36.46%
G=39.89%
B=23.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211310.0900.410.1372.6756.9669.02
HexCADD839029D493945
Octal312335203110511511171105
Binary11001010110111011000001110010101001110110010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD83; }

 p { color: rgb(202,221,131); }

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

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

 a { background-color: rgb(202,221,131); }

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

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

 span { border-color: rgb(202,221,131); }

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