#DCF98A

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

Shades of Reef #DCF98A

Tints of Reef #DCF98A

Color information

#DCF98A (or 0xDCF98A) is unknown color: approx Reef. HEX triplet: DC, F9 and 8A. RGB value is (220,249,138). Sum of RGB (Red+Green+Blue) = 220+249+138=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98A is #230675. Grayscale: #E4E4E4. Windows color (decimal): -2295414 or 9107932. OLE color: 9107932.

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

Color convert

RGB220249138-
CMYK0.1200.450.02
HSL75.68º90.24%75.88%-
HSV(B)75.68º44.58%97.65%-
XYZ67.9884.836.83-
YUV227.6877.39122.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=36.24%
G=41.02%
B=22.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491380.1200.450.0275.6890.2475.88
HexDCF98AC02D24c5a4c
Octal334371212140552114132114
Binary1101110011111001100010101100010110110100110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF98A; }

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

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

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

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

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

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

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

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