#CAE378

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

Shades of Sulu #CAE378

Tints of Sulu #CAE378

Color information

#CAE378 (or 0xCAE378) is unknown color: approx Sulu. HEX triplet: CA, E3 and 78. RGB value is (202,227,120). Sum of RGB (Red+Green+Blue) = 202+227+120=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE378 is #351C87. Grayscale: #CFCFCF. Windows color (decimal): -3480712 or 7922634. OLE color: 7922634.

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

Color convert

RGB202227120-
CMYK0.1100.470.11
HSL74.02º65.64%68.04%-
HSV(B)74.02º47.14%89.02%-
XYZ55.2268.8528.15-
YUV207.3378.72124.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=36.79%
G=41.35%
B=21.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271200.1100.470.1174.0265.6468.04
HexCAE378B02FB4a4244
Octal3123431701305713112102104
Binary11001010111000111111000101101011111011100101010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE378; }

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

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

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

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

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

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

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

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