#DCFF95

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

Shades of Reef #DCFF95

Tints of Reef #DCFF95

Color information

#DCFF95 (or 0xDCFF95) is unknown color: approx Reef. HEX triplet: DC, FF and 95. RGB value is (220,255,149). Sum of RGB (Red+Green+Blue) = 220+255+149=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF95 is #23006A. Grayscale: #E8E8E8. Windows color (decimal): -2293867 or 9830364. OLE color: 9830364.

HSL color Cylindrical-coordinate representation of color #DCFF95: hue angle of 79.81º 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 #DCFF95 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB220255149-
CMYK0.1400.420
HSL79.81º100%79.22%-
HSV(B)79.81º41.57%100%-
XYZ70.788.9141.87-
YUV232.4580.9119.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=35.26%
G=40.87%
B=23.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551490.1400.42079.8110079.22
HexDCFF95E02A050644f
Octal334377225160520120144117
Binary110111001111111110010101111001010100101000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF95; }

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

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

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

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

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

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

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

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