#d0f498

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

Shades of Reef #D0F498

Tints of Reef #D0F498

Color information

#D0F498 (or 0xD0F498) is unknown color: approx Reef. HEX triplet: D0, F4 and 98. RGB value is (208,244,152). Sum of RGB (Red+Green+Blue) = 208+244+152=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F498 is #2F0B67. Grayscale: #DFDFDF. Windows color (decimal): -3083112 or 10024144. OLE color: 10024144.

HSL color Cylindrical-coordinate representation of color #D0F498: hue angle of 83.48º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0F498 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB208244152-
CMYK0.1500.380.04
HSL83.48º80.7%77.65%-
HSV(B)83.48º37.7%95.69%-
XYZ64.0380.3841.85-
YUV222.7588.07117.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 152 (59.77% from 255) = 25.17%
R=34.44%
G=40.40%
B=25.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441520.1500.380.0483.4880.777.65
HexD0F498F026453514e
Octal320364230170464123121116
Binary11010000111101001001100011110100110100101001110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f498; }

 p { color: rgb(208,244,152); }

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

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

 a { background-color: rgb(208,244,152); }

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

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

 span { border-color: rgb(208,244,152); }

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