#CDF7A1

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

Shades of Reef #CDF7A1

Tints of Reef #CDF7A1

Color information

#CDF7A1 (or 0xCDF7A1) is unknown color: approx Reef. HEX triplet: CD, F7 and A1. RGB value is (205,247,161). Sum of RGB (Red+Green+Blue) = 205+247+161=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7A1 is #32085E. Grayscale: #E0E0E0. Windows color (decimal): -3278943 or 10614733. OLE color: 10614733.

HSL color Cylindrical-coordinate representation of color #CDF7A1: hue angle of 89.3º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDF7A1 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB205247161-
CMYK0.1700.350.03
HSL89.3º84.31%80%-
HSV(B)89.3º34.82%96.86%-
XYZ64.8782.0746.14-
YUV224.6492.09113.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=33.44%
G=40.29%
B=26.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471610.1700.350.0389.384.3180
HexCDF7A1110233595450
Octal315367241210433131124120
Binary11001101111101111010000110001010001111101100110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7A1; }

 p { color: rgb(205,247,161); }

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

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

 a { background-color: rgb(205,247,161); }

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

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

 span { border-color: rgb(205,247,161); }

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