#DCFF97

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

Shades of Reef #DCFF97

Tints of Reef #DCFF97

Color information

#DCFF97 (or 0xDCFF97) is unknown color: approx Reef. HEX triplet: DC, FF and 97. RGB value is (220,255,151). Sum of RGB (Red+Green+Blue) = 220+255+151=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 151 (59.38% from 255 or 24.12% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF97 is #230068. Grayscale: #E9E9E9. Windows color (decimal): -2293865 or 9961436. OLE color: 9961436.

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

Color convert

RGB220255151-
CMYK0.1400.410
HSL80.19º100%79.61%-
HSV(B)80.19º40.78%100%-
XYZ70.8688.9742.72-
YUV232.6881.9118.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 151 (59.38% from 255) = 24.12%
R=35.14%
G=40.73%
B=24.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551510.1400.41080.1910079.61
HexDCFF97E0290506450
Octal334377227160510120144120
Binary110111001111111110010111111001010010101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF97; }

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

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

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

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

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

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

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

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