Html Css Color HEX #D0FD9E Reef

📋 copy color: '#D0FD9E'

red 208 ◦ green 253 ◦ blue 158

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

Shades of Reef #D0FD9E

Tints of Reef #D0FD9E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.87%

 BLUE value IS 158 (62.11% from 255) = 25.53%

R = 33.6%
G = 40.87%
B = 25.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#D0FD9E (or 0xD0FD9E) is known color: Reef. HEX triplet: D0, FD and 9E. RGB value is (208,253,158). Sum of RGB (Red+Green+Blue) = 208+253+158=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD9E is #2F0261. Grayscale: #E5E5E5. Windows color (decimal): -3080802 or 10419664. OLE color: 10419664.

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

Color convert

RGB 208 253 158 -
CMYK 0.18 0 0.38 0.01
HSL 88.42º 0.96% 0.81% -
HSV(B) 88.42º 0.38% 0.99% -
XYZ 67.31 86.13 45.42 -
YUV 228.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 208 253 158 0.18 0 0.38 0.01 88.42 0.96 0.81
Hex D0 FD 9E 12 0 26 1 58 60 51
Octal 320 375 236 22 0 46 1 130 140 121
Binary 11010000 11111101 10011110 10010 0 100110 1 1011000 1100000 1010001

Color Harmonies of #D0FD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD9E

Black with #D0FD9E

Text Example


Text Example

White with #D0FD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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