#DCF98B

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

Shades of Reef #DCF98B

Tints of Reef #DCF98B

Color information

#DCF98B (or 0xDCF98B) is unknown color: approx Reef. HEX triplet: DC, F9 and 8B. RGB value is (220,249,139). Sum of RGB (Red+Green+Blue) = 220+249+139=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98B is #230674. Grayscale: #E4E4E4. Windows color (decimal): -2295413 or 9173468. OLE color: 9173468.

HSL color Cylindrical-coordinate representation of color #DCF98B: hue angle of 75.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF98B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB220249139-
CMYK0.1200.440.02
HSL75.82º90.16%76.08%-
HSV(B)75.82º44.18%97.65%-
XYZ68.0584.8337.21-
YUV227.7977.89122.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 139 (54.69% from 255) = 22.86%
R=36.18%
G=40.95%
B=22.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491390.1200.440.0275.8290.1676.08
HexDCF98BC02C24c5a4c
Octal334371213140542114132114
Binary1101110011111001100010111100010110010100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF98B; }

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

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

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

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

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

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

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

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