Html Css Color HEX #D0FF9B Reef

📋 copy color: '#D0FF9B'

red 208 ◦ green 255 ◦ blue 155

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

Shades of Reef #D0FF9B

Tints of Reef #D0FF9B

RGB

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

 GREEN value IS 255 (100% from 255) = 41.26%

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

R = 33.66%
G = 41.26%
B = 25.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#D0FF9B (or 0xD0FF9B) is known color: Reef. HEX triplet: D0, FF and 9B. RGB value is (208,255,155). Sum of RGB (Red+Green+Blue) = 208+255+155=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF9B is #2F0064. Grayscale: #E5E5E5. Windows color (decimal): -3080293 or 10223568. OLE color: 10223568.

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

Color convert

RGB 208 255 155 -
CMYK 0.18 0 0.39 0
HSL 88.2º 1% 0.8% -
HSV(B) 88.2º 0.39% 1% -
XYZ 67.69 87.3 44.29 -
YUV 229.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 208 255 155 0.18 0 0.39 0 88.2 1 0.8
Hex D0 FF 9B 12 0 27 0 58 64 50
Octal 320 377 233 22 0 47 0 130 144 120
Binary 11010000 11111111 10011011 10010 0 100111 0 1011000 1100100 1010000

Color Harmonies of #D0FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF9B

Black with #D0FF9B

Text Example


Text Example

White with #D0FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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