#CAE383

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

Shades of Sulu #CAE383

Tints of Sulu #CAE383

Color information

#CAE383 (or 0xCAE383) is unknown color: approx Sulu. HEX triplet: CA, E3 and 83. RGB value is (202,227,131). Sum of RGB (Red+Green+Blue) = 202+227+131=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE383 is #351C7C. Grayscale: #D0D0D0. Windows color (decimal): -3480701 or 8643530. OLE color: 8643530.

HSL color Cylindrical-coordinate representation of color #CAE383: hue angle of 75.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE383 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB202227131-
CMYK0.1100.420.11
HSL75.62º63.16%70.2%-
HSV(B)75.62º42.29%89.02%-
XYZ55.9269.1331.87-
YUV208.5884.22123.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 131 (51.56% from 255) = 23.39%
R=36.07%
G=40.54%
B=23.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271310.1100.420.1175.6263.1670.2
HexCAE383B02AB4c3f46
Octal312343203130521311477106
Binary11001010111000111000001110110101010101110011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE383; }

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

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

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

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

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

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

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

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