#CAE998

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

Shades of Reef #CAE998

Tints of Reef #CAE998

Color information

#CAE998 (or 0xCAE998) is unknown color: approx Reef. HEX triplet: CA, E9 and 98. RGB value is (202,233,152). Sum of RGB (Red+Green+Blue) = 202+233+152=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE998 is #351667. Grayscale: #D6D6D6. Windows color (decimal): -3479144 or 10021322. OLE color: 10021322.

HSL color Cylindrical-coordinate representation of color #CAE998: hue angle of 82.96º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE998 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB202233152-
CMYK0.1300.350.09
HSL82.96º64.8%75.49%-
HSV(B)82.96º34.76%91.37%-
XYZ59.1673.140.7-
YUV214.592.73119.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 233 (91.41% from 255) = 39.69%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=34.41%
G=39.69%
B=25.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331520.1300.350.0982.9664.875.49
HexCAE998D023953414b
Octal3123512301504311123101113
Binary110010101110100110011000110101000111001101001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE998; }

 p { color: rgb(202,233,152); }

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

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

 a { background-color: rgb(202,233,152); }

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

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

 span { border-color: rgb(202,233,152); }

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