#CADD95

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

Shades of Reef #CADD95

Tints of Reef #CADD95

Color information

#CADD95 (or 0xCADD95) is unknown color: approx Reef. HEX triplet: CA, DD and 95. RGB value is (202,221,149). Sum of RGB (Red+Green+Blue) = 202+221+149=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD95 is #35226A. Grayscale: #CFCFCF. Windows color (decimal): -3482219 or 9821642. OLE color: 9821642.

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

Color convert

RGB202221149-
CMYK0.0900.330.13
HSL75.83º51.43%72.55%-
HSV(B)75.83º32.58%86.67%-
XYZ55.6466.4438.33-
YUV207.1195.21124.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=35.31%
G=38.64%
B=26.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211490.0900.330.1375.8351.4372.55
HexCADD959021D4c3349
Octal312335225110411511463111
Binary11001010110111011001010110010100001110110011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD95; }

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

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

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

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

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

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

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

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