#CAED83

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

Shades of Sulu #CAED83

Tints of Sulu #CAED83

Color information

#CAED83 (or 0xCAED83) is unknown color: approx Sulu. HEX triplet: CA, ED and 83. RGB value is (202,237,131). Sum of RGB (Red+Green+Blue) = 202+237+131=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED83 is #35127C. Grayscale: #D6D6D6. Windows color (decimal): -3478141 or 8646090. OLE color: 8646090.

HSL color Cylindrical-coordinate representation of color #CAED83: hue angle of 79.81º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAED83 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB202237131-
CMYK0.1500.450.07
HSL79.81º74.65%72.16%-
HSV(B)79.81º44.73%92.94%-
XYZ58.7474.7632.81-
YUV214.4580.9119.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 237 (92.97% from 255) = 41.58%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=35.44%
G=41.58%
B=22.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371310.1500.450.0779.8174.6572.16
HexCAED83F02D7504b48
Octal312355203170557120113110
Binary11001010111011011000001111110101101111101000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED83; }

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

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

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

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

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

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

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

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