#DCF99A

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

Shades of Reef #DCF99A

Tints of Reef #DCF99A

Color information

#DCF99A (or 0xDCF99A) is unknown color: approx Reef. HEX triplet: DC, F9 and 9A. RGB value is (220,249,154). Sum of RGB (Red+Green+Blue) = 220+249+154=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99A is #230665. Grayscale: #E5E5E5. Windows color (decimal): -2295398 or 10156508. OLE color: 10156508.

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

Color convert

RGB220249154-
CMYK0.1200.380.02
HSL78.32º88.79%79.02%-
HSV(B)78.32º38.15%97.65%-
XYZ69.2285.343.39-
YUV229.585.39121.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 154 (60.55% from 255) = 24.72%
R=35.31%
G=39.97%
B=24.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491540.1200.380.0278.3288.7979.02
HexDCF99AC02624e594f
Octal334371232140462116131117
Binary1101110011111001100110101100010011010100111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF99A; }

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

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

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

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

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

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

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

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