#DCFF8A

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

Shades of Reef #DCFF8A

Tints of Reef #DCFF8A

Color information

#DCFF8A (or 0xDCFF8A) is unknown color: approx Reef. HEX triplet: DC, FF and 8A. RGB value is (220,255,138). Sum of RGB (Red+Green+Blue) = 220+255+138=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF8A is #230075. Grayscale: #E7E7E7. Windows color (decimal): -2293878 or 9109468. OLE color: 9109468.

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

Color convert

RGB220255138-
CMYK0.1400.460
HSL77.95º100%77.06%-
HSV(B)77.95º45.88%100%-
XYZ69.8688.5737.46-
YUV231.275.4120.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 138 (54.30% from 255) = 22.51%
R=35.89%
G=41.60%
B=22.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551380.1400.46077.9510077.06
HexDCFF8AE02E04e644d
Octal334377212160560116144115
Binary110111001111111110001010111001011100100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF8A; }

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

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

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

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

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

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

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

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