#D0F398

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

Shades of Reef #D0F398

Tints of Reef #D0F398

Color information

#D0F398 (or 0xD0F398) is unknown color: approx Reef. HEX triplet: D0, F3 and 98. RGB value is (208,243,152). Sum of RGB (Red+Green+Blue) = 208+243+152=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F398 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F398 is #2F0C67. Grayscale: #DEDEDE. Windows color (decimal): -3083368 or 10023888. OLE color: 10023888.

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

Color convert

RGB208243152-
CMYK0.1400.370.05
HSL83.08º79.13%77.45%-
HSV(B)83.08º37.45%95.29%-
XYZ63.7379.7841.75-
YUV222.1688.4117.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 152 (59.77% from 255) = 25.21%
R=34.49%
G=40.30%
B=25.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082431520.1400.370.0583.0879.1377.45
HexD0F398E0255534f4d
Octal320363230160455123117115
Binary11010000111100111001100011100100101101101001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F398; }

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

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

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

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

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

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

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

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