Html Css Color HEX #D0FB9D Reef

📋 copy color: '#D0FB9D'

red 208 ◦ green 251 ◦ blue 157

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

Shades of Reef #D0FB9D

Tints of Reef #D0FB9D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.75%

 BLUE value IS 157 (61.72% from 255) = 25.49%

R = 33.77%
G = 40.75%
B = 25.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#D0FB9D (or 0xD0FB9D) is known color: Reef. HEX triplet: D0, FB and 9D. RGB value is (208,251,157). Sum of RGB (Red+Green+Blue) = 208+251+157=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB9D is #2F0462. Grayscale: #E3E3E3. Windows color (decimal): -3081315 or 10353616. OLE color: 10353616.

HSL color Cylindrical-coordinate representation of color #D0FB9D: hue angle of 87.45º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0FB9D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 157 -
CMYK 0.17 0 0.37 0.02
HSL 87.45º 0.92% 0.8% -
HSV(B) 87.45º 0.37% 0.98% -
XYZ 66.6 84.84 44.76 -
YUV 227.43 88.25 114.14 -
System Red Green Blue C M Y K H S L
Decimal 208 251 157 0.17 0 0.37 0.02 87.45 0.92 0.8
Hex D0 FB 9D 11 0 25 2 57 5C 50
Octal 320 373 235 21 0 45 2 127 134 120
Binary 11010000 11111011 10011101 10001 0 100101 10 1010111 1011100 1010000

Color Harmonies of #D0FB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB9D

Black with #D0FB9D

Text Example


Text Example

White with #D0FB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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