#CAE175

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

Shades of Sulu #CAE175

Tints of Sulu #CAE175

Color information

#CAE175 (or 0xCAE175) is unknown color: approx Sulu. HEX triplet: CA, E1 and 75. RGB value is (202,225,117). Sum of RGB (Red+Green+Blue) = 202+225+117=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE175 is #351E8A. Grayscale: #CECECE. Windows color (decimal): -3481227 or 7725514. OLE color: 7725514.

HSL color Cylindrical-coordinate representation of color #CAE175: hue angle of 72.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE175 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB202225117-
CMYK0.1000.480.12
HSL72.78º64.29%67.06%-
HSV(B)72.78º48%88.24%-
XYZ54.4967.6927.02-
YUV205.8177.88125.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=37.13%
G=41.36%
B=21.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251170.1000.480.1272.7864.2967.06
HexCAE175A030C494043
Octal3123411651206014111100103
Binary11001010111000011110101101001100001100100100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE175; }

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

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

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

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

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

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

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

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