Html Css Color HEX #DBFF9B Reef

📋 copy color: '#DBFF9B'

red 219 ◦ green 255 ◦ blue 155

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

Shades of Reef #DBFF9B

Tints of Reef #DBFF9B

RGB

 RED value IS 219 (85.94% from 255) = 34.82%

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

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

R = 34.82%
G = 40.54%
B = 24.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#DBFF9B (or 0xDBFF9B) is known color: Reef. HEX triplet: DB, FF and 9B. RGB value is (219,255,155). Sum of RGB (Red+Green+Blue) = 219+255+155=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9B is #240064. Grayscale: #E9E9E9. Windows color (decimal): -2359397 or 10223579. OLE color: 10223579.

HSL color Cylindrical-coordinate representation of color #DBFF9B: hue angle of 81.6º 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 #DBFF9B is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 155 -
CMYK 0.14 0 0.39 0
HSL 81.6º 1% 0.8% -
HSV(B) 81.6º 0.39% 1% -
XYZ 70.89 88.95 44.44 -
YUV 232.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 219 255 155 0.14 0 0.39 0 81.6 1 0.8
Hex DB FF 9B E 0 27 0 52 64 50
Octal 333 377 233 16 0 47 0 122 144 120
Binary 11011011 11111111 10011011 1110 0 100111 0 1010010 1100100 1010000

Color Harmonies of #DBFF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF9B

Black with #DBFF9B

Text Example


Text Example

White with #DBFF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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