Html Css Color HEX #D0FB9B Reef

📋 copy color: '#D0FB9B'

red 208 ◦ green 251 ◦ blue 155

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

Shades of Reef #D0FB9B

Tints of Reef #D0FB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.24%

R = 33.88%
G = 40.88%
B = 25.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#D0FB9B (or 0xD0FB9B) is known color: Reef. HEX triplet: D0, FB and 9B. RGB value is (208,251,155). Sum of RGB (Red+Green+Blue) = 208+251+155=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB9B is #2F0464. Grayscale: #E3E3E3. Windows color (decimal): -3081317 or 10222544. OLE color: 10222544.

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

Color convert

RGB 208 251 155 -
CMYK 0.17 0 0.38 0.02
HSL 86.88º 0.92% 0.8% -
HSV(B) 86.88º 0.38% 0.98% -
XYZ 66.43 84.77 43.87 -
YUV 227.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 208 251 155 0.17 0 0.38 0.02 86.88 0.92 0.8
Hex D0 FB 9B 11 0 26 2 57 5C 50
Octal 320 373 233 21 0 46 2 127 134 120
Binary 11010000 11111011 10011011 10001 0 100110 10 1010111 1011100 1010000

Color Harmonies of #D0FB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB9B

Black with #D0FB9B

Text Example


Text Example

White with #D0FB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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