#D0FD8C

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

Shades of Reef #D0FD8C

Tints of Reef #D0FD8C

Color information

#D0FD8C (or 0xD0FD8C) is unknown color: approx Reef. HEX triplet: D0, FD and 8C. RGB value is (208,253,140). Sum of RGB (Red+Green+Blue) = 208+253+140=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD8C is #2F0273. Grayscale: #E3E3E3. Windows color (decimal): -3080820 or 9240016. OLE color: 9240016.

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

Color convert

RGB208253140-
CMYK0.1800.450.01
HSL83.89º96.58%77.06%-
HSV(B)83.89º44.66%99.22%-
XYZ65.8785.5537.85-
YUV226.6679.09114.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 253 (99.22% from 255) = 42.10%
BLUE value IS 140 (55.08% from 255) = 23.29%
R=34.61%
G=42.10%
B=23.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531400.1800.450.0183.8996.5877.06
HexD0FD8C1202D154614d
Octal320375214220551124141115
Binary1101000011111101100011001001001011011101010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD8C; }

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

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

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

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

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

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

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

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