#D0FF98

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

Shades of Reef #D0FF98

Tints of Reef #D0FF98

Color information

#D0FF98 (or 0xD0FF98) is unknown color: approx Reef. HEX triplet: D0, FF and 98. RGB value is (208,255,152). Sum of RGB (Red+Green+Blue) = 208+255+152=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF98 is #2F0067. Grayscale: #E5E5E5. Windows color (decimal): -3080296 or 10026960. OLE color: 10026960.

HSL color Cylindrical-coordinate representation of color #D0FF98: hue angle of 87.38º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0FF98 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB208255152-
CMYK0.1800.400
HSL87.38º100%79.8%-
HSV(B)87.38º40.39%100%-
XYZ67.4487.242.98-
YUV229.284.43112.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 152 (59.77% from 255) = 24.72%
R=33.82%
G=41.46%
B=24.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551520.1800.40087.3810079.8
HexD0FF98120280576450
Octal320377230220500127144120
Binary1101000011111111100110001001001010000101011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF98; }

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

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

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

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

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

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

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

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