#CAE475

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

Shades of Sulu #CAE475

Tints of Sulu #CAE475

Color information

#CAE475 (or 0xCAE475) is unknown color: approx Sulu. HEX triplet: CA, E4 and 75. RGB value is (202,228,117). Sum of RGB (Red+Green+Blue) = 202+228+117=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE475 is #351B8A. Grayscale: #CFCFCF. Windows color (decimal): -3480459 or 7726282. OLE color: 7726282.

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

Color convert

RGB202228117-
CMYK0.1100.490.11
HSL74.05º67.27%67.65%-
HSV(B)74.05º48.68%89.41%-
XYZ55.3169.3327.3-
YUV207.5776.89124.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 228 (89.45% from 255) = 41.68%
BLUE value IS 117 (46.09% from 255) = 21.39%
R=36.93%
G=41.68%
B=21.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281170.1100.490.1174.0567.2767.65
HexCAE475B031B4a4344
Octal3123441651306113112103104
Binary11001010111001001110101101101100011011100101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE475; }

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

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

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

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

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

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

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

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