#CDFB8D

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

Shades of Reef #CDFB8D

Tints of Reef #CDFB8D

Color information

#CDFB8D (or 0xCDFB8D) is unknown color: approx Reef. HEX triplet: CD, FB and 8D. RGB value is (205,251,141). Sum of RGB (Red+Green+Blue) = 205+251+141=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFB8D is #320472. Grayscale: #E1E1E1. Windows color (decimal): -3277939 or 9305037. OLE color: 9305037.

HSL color Cylindrical-coordinate representation of color #CDFB8D: hue angle of 85.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFB8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB205251141-
CMYK0.1800.440.02
HSL85.09º93.22%76.86%-
HSV(B)85.09º43.82%98.43%-
XYZ64.4883.937.99-
YUV224.7180.76113.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 251 (98.44% from 255) = 42.04%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=34.34%
G=42.04%
B=23.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052511410.1800.440.0285.0993.2276.86
HexCDFB8D1202C2555d4d
Octal315373215220542125135115
Binary11001101111110111000110110010010110010101010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFB8D; }

 p { color: rgb(205,251,141); }

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

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

 a { background-color: rgb(205,251,141); }

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

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

 span { border-color: rgb(205,251,141); }

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