#CDFC95

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

Shades of Reef #CDFC95

Tints of Reef #CDFC95

Color information

#CDFC95 (or 0xCDFC95) is unknown color: approx Reef. HEX triplet: CD, FC and 95. RGB value is (205,252,149). Sum of RGB (Red+Green+Blue) = 205+252+149=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC95 is #32036A. Grayscale: #E2E2E2. Windows color (decimal): -3277675 or 9829581. OLE color: 9829581.

HSL color Cylindrical-coordinate representation of color #CDFC95: hue angle of 87.38º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDFC95 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB205252149-
CMYK0.1900.410.01
HSL87.38º94.5%78.63%-
HSV(B)87.38º40.87%98.82%-
XYZ65.4184.7741.35-
YUV226.284.43112.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=33.83%
G=41.58%
B=24.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521490.1900.410.0187.3894.578.63
HexCDFC95130291575e4f
Octal315374225230511127136117
Binary1100110111111100100101011001101010011101011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFC95; }

 p { color: rgb(205,252,149); }

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

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

 a { background-color: rgb(205,252,149); }

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

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

 span { border-color: rgb(205,252,149); }

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