#DCFF8B

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

Shades of Reef #DCFF8B

Tints of Reef #DCFF8B

Color information

#DCFF8B (or 0xDCFF8B) is unknown color: approx Reef. HEX triplet: DC, FF and 8B. RGB value is (220,255,139). Sum of RGB (Red+Green+Blue) = 220+255+139=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF8B is #230074. Grayscale: #E7E7E7. Windows color (decimal): -2293877 or 9175004. OLE color: 9175004.

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

Color convert

RGB220255139-
CMYK0.1400.450
HSL78.1º100%77.25%-
HSV(B)78.1º45.49%100%-
XYZ69.9488.637.84-
YUV231.3175.9119.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 139 (54.69% from 255) = 22.64%
R=35.83%
G=41.53%
B=22.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551390.1400.45078.110077.25
HexDCFF8BE02D04e644d
Octal334377213160550116144115
Binary110111001111111110001011111001011010100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF8B; }

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

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

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

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

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

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

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

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