#CDFE8C

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

Shades of Reef #CDFE8C

Tints of Reef #CDFE8C

Color information

#CDFE8C (or 0xCDFE8C) is unknown color: approx Reef. HEX triplet: CD, FE and 8C. RGB value is (205,254,140). Sum of RGB (Red+Green+Blue) = 205+254+140=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFE8C is #320173. Grayscale: #E2E2E2. Windows color (decimal): -3277172 or 9240269. OLE color: 9240269.

HSL color Cylindrical-coordinate representation of color #CDFE8C: hue angle of 85.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDFE8C is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB205254140-
CMYK0.1900.450.00
HSL85.79º98.28%77.25%-
HSV(B)85.79º44.88%99.61%-
XYZ65.3585.7637.92-
YUV226.3579.27112.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 140 (55.08% from 255) = 23.37%
R=34.22%
G=42.40%
B=23.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541400.1900.450.0085.7998.2877.25
HexCDFE8C1302D056624d
Octal315376214230550126142115
Binary1100110111111110100011001001101011010101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFE8C; }

 p { color: rgb(205,254,140); }

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

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

 a { background-color: rgb(205,254,140); }

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

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

 span { border-color: rgb(205,254,140); }

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