#CADD98

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

Shades of Reef #CADD98

Tints of Reef #CADD98

Color information

#CADD98 (or 0xCADD98) is unknown color: approx Reef. HEX triplet: CA, DD and 98. RGB value is (202,221,152). Sum of RGB (Red+Green+Blue) = 202+221+152=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD98 is #352267. Grayscale: #CFCFCF. Windows color (decimal): -3482216 or 10018250. OLE color: 10018250.

HSL color Cylindrical-coordinate representation of color #CADD98: hue angle of 76.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CADD98 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB202221152-
CMYK0.0900.310.13
HSL76.52º50.36%73.14%-
HSV(B)76.52º31.22%86.67%-
XYZ55.8866.5439.6-
YUV207.4596.71124.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=35.13%
G=38.43%
B=26.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211520.0900.310.1376.5250.3673.14
HexCADD98901FD4d3249
Octal312335230110371511562111
Binary1100101011011101100110001001011111110110011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD98; }

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

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

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

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

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

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

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

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