Html Css Color HEX #D0FD9D Reef

📋 copy color: '#D0FD9D'

red 208 ◦ green 253 ◦ blue 157

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

Shades of Reef #D0FD9D

Tints of Reef #D0FD9D

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.4%

R = 33.66%
G = 40.94%
B = 25.4%

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

#D0FD9D (or 0xD0FD9D) is known color: 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

RGB 208 253 157 -
CMYK 0.18 0 0.38 0.01
HSL 88.13º 0.96% 0.8% -
HSV(B) 88.13º 0.38% 0.99% -
XYZ 67.22 86.09 44.97 -
YUV 228.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 208 253 157 0.18 0 0.38 0.01 88.13 0.96 0.8
Hex D0 FD 9D 12 0 26 1 58 60 50
Octal 320 375 235 22 0 46 1 130 140 120
Binary 11010000 11111101 10011101 10010 0 100110 1 1011000 1100000 1010000

Color Harmonies of #D0FD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD9D

Black with #D0FD9D

Text Example


Text Example

White with #D0FD9D

Text Example


Text Example

HTML Codes & Css Web 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>