#CAE38A

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

Shades of Sulu #CAE38A

Tints of Sulu #CAE38A

Color information

#CAE38A (or 0xCAE38A) is unknown color: approx Sulu. HEX triplet: CA, E3 and 8A. RGB value is (202,227,138). Sum of RGB (Red+Green+Blue) = 202+227+138=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE38A is #351C75. Grayscale: #D1D1D1. Windows color (decimal): -3480694 or 9102282. OLE color: 9102282.

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

Color convert

RGB202227138-
CMYK0.1100.390.11
HSL76.85º61.38%71.57%-
HSV(B)76.85º39.21%89.02%-
XYZ56.4169.3334.45-
YUV209.3887.72122.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=35.63%
G=40.04%
B=24.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271380.1100.390.1176.8561.3871.57
HexCAE38AB027B4d3d48
Octal312343212130471311575110
Binary11001010111000111000101010110100111101110011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE38A; }

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

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

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

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

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

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

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

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