#CAE388

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

Shades of Sulu #CAE388

Tints of Sulu #CAE388

Color information

#CAE388 (or 0xCAE388) is unknown color: approx Sulu. HEX triplet: CA, E3 and 88. RGB value is (202,227,136). Sum of RGB (Red+Green+Blue) = 202+227+136=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE388 is #351C77. Grayscale: #D1D1D1. Windows color (decimal): -3480696 or 8971210. OLE color: 8971210.

HSL color Cylindrical-coordinate representation of color #CAE388: hue angle of 76.48º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAE388 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB202227136-
CMYK0.1100.400.11
HSL76.48º61.9%71.18%-
HSV(B)76.48º40.09%89.02%-
XYZ56.2769.2733.7-
YUV209.1586.72122.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 227 (89.06% from 255) = 40.18%
BLUE value IS 136 (53.52% from 255) = 24.07%
R=35.75%
G=40.18%
B=24.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271360.1100.400.1176.4861.971.18
HexCAE388B028B4c3e47
Octal312343210130501311476107
Binary11001010111000111000100010110101000101110011001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE388; }

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

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

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

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

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

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

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

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