#CAE47D

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

Shades of Sulu #CAE47D

Tints of Sulu #CAE47D

Color information

#CAE47D (or 0xCAE47D) is unknown color: approx Sulu. HEX triplet: CA, E4 and 7D. RGB value is (202,228,125). Sum of RGB (Red+Green+Blue) = 202+228+125=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE47D is #351B82. Grayscale: #D0D0D0. Windows color (decimal): -3480451 or 8250570. OLE color: 8250570.

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

Color convert

RGB202228125-
CMYK0.1100.450.11
HSL75.15º65.61%69.22%-
HSV(B)75.15º45.18%89.41%-
XYZ55.869.5229.88-
YUV208.4880.89123.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=36.40%
G=41.08%
B=22.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281250.1100.450.1175.1565.6169.22
HexCAE47DB02DB4b4245
Octal3123441751305513113102105
Binary11001010111001001111101101101011011011100101110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE47D; }

 p { color: rgb(202,228,125); }

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

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

 a { background-color: rgb(202,228,125); }

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

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

 span { border-color: rgb(202,228,125); }

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