#D0FD9D

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

Shades of Reef #D0FD9D

Tints of Reef #D0FD9D

Color information

#D0FD9D (or 0xD0FD9D) is unknown color: approx Reef. HEX triplet: D0, FD and 9D. RGB value is (208,253,157). Sum of RGB (Red+Green+Blue) = 208+253+157=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD9D is #2F0262. Grayscale: #E4E4E4. Windows color (decimal): -3080803 or 10354128. OLE color: 10354128.

HSL color Cylindrical-coordinate representation of color #D0FD9D: hue angle of 88.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0FD9D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB208253157-
CMYK0.1800.380.01
HSL88.12º96%80.39%-
HSV(B)88.12º37.94%99.22%-
XYZ67.2286.0944.97-
YUV228.687.59113.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 157 (61.72% from 255) = 25.40%
R=33.66%
G=40.94%
B=25.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531570.1800.380.0188.129680.39
HexD0FD9D120261586050
Octal320375235220461130140120
Binary1101000011111101100111011001001001101101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD9D; }

 p { color: rgb(208,253,157); }

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

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

 a { background-color: rgb(208,253,157); }

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

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

 span { border-color: rgb(208,253,157); }

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