#CAED98

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

Shades of Reef #CAED98

Tints of Reef #CAED98

Color information

#CAED98 (or 0xCAED98) is unknown color: approx Reef. HEX triplet: CA, ED and 98. RGB value is (202,237,152). Sum of RGB (Red+Green+Blue) = 202+237+152=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED98 is #351267. Grayscale: #D9D9D9. Windows color (decimal): -3478120 or 10022346. OLE color: 10022346.

HSL color Cylindrical-coordinate representation of color #CAED98: hue angle of 84.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAED98 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB202237152-
CMYK0.1500.360.07
HSL84.71º70.25%76.27%-
HSV(B)84.71º35.86%92.94%-
XYZ60.3175.3941.08-
YUV216.8491.4117.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=34.18%
G=40.10%
B=25.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371520.1500.360.0784.7170.2576.27
HexCAED98F024755464c
Octal312355230170447125106114
Binary11001010111011011001100011110100100111101010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED98; }

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

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

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

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

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

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

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

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