#CDFF95

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

Shades of Reef #CDFF95

Tints of Reef #CDFF95

Color information

#CDFF95 (or 0xCDFF95) is unknown color: approx Reef. HEX triplet: CD, FF and 95. RGB value is (205,255,149). Sum of RGB (Red+Green+Blue) = 205+255+149=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF95 is #32006A. Grayscale: #E4E4E4. Windows color (decimal): -3276907 or 9830349. OLE color: 9830349.

HSL color Cylindrical-coordinate representation of color #CDFF95: hue angle of 88.3º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDFF95 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB205255149-
CMYK0.2000.420
HSL88.3º100%79.22%-
HSV(B)88.3º41.57%100%-
XYZ66.3686.6741.66-
YUV227.9783.44111.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 149 (58.59% from 255) = 24.47%
R=33.66%
G=41.87%
B=24.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551490.2000.42088.310079.22
HexCDFF951402A058644f
Octal315377225240520130144117
Binary1100110111111111100101011010001010100101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF95; }

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

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

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

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

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

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

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

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