Html Css Color HEX #D0FE9F Reef

📋 copy color: '#D0FE9F'

red 208 ◦ green 254 ◦ blue 159

#D0FE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0FE9F

Tints of Reef #D0FE9F

RGB

 RED value IS 208 (81.64% from 255) = 33.49%

 GREEN value IS 254 (99.61% from 255) = 40.9%

 BLUE value IS 159 (62.5% from 255) = 25.6%

R = 33.49%
G = 40.9%
B = 25.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#D0FE9F (or 0xD0FE9F) is known color: Reef. HEX triplet: D0, FE and 9F. RGB value is (208,254,159). Sum of RGB (Red+Green+Blue) = 208+254+159=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE9F is #2F0160. Grayscale: #E5E5E5. Windows color (decimal): -3080545 or 10485456. OLE color: 10485456.

HSL color Cylindrical-coordinate representation of color #D0FE9F: hue angle of 89.05º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0FE9F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 159 -
CMYK 0.18 0 0.37 0.00
HSL 89.05º 0.98% 0.81% -
HSV(B) 89.05º 0.37% 1% -
XYZ 67.71 86.8 45.99 -
YUV 229.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 208 254 159 0.18 0 0.37 0.00 89.05 0.98 0.81
Hex D0 FE 9F 12 0 25 0 59 62 51
Octal 320 376 237 22 0 45 0 131 142 121
Binary 11010000 11111110 10011111 10010 0 100101 0 1011001 1100010 1010001

Color Harmonies of #D0FE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE9F

Black with #D0FE9F

Text Example


Text Example

White with #D0FE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE9F; }

 p { color: rgb(208,254,159); }

 H1.HeaderClassName
 {
   color: #D0FE9F;
 }
 .AnyTagClassName
 {
   color: #D0FE9F;
 }
</style>

background-color css

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

 a { background-color: rgb(208,254,159); }

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

border-color css

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

 span { border-color: rgb(208,254,159); }

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