Html Css Color HEX #DBFF9D Reef

📋 copy color: '#DBFF9D'

red 219 ◦ green 255 ◦ blue 157

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

Shades of Reef #DBFF9D

Tints of Reef #DBFF9D

RGB

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

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

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

R = 34.71%
G = 40.41%
B = 24.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#DBFF9D (or 0xDBFF9D) is known color: Reef. HEX triplet: DB, FF and 9D. RGB value is (219,255,157). Sum of RGB (Red+Green+Blue) = 219+255+157=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9D is #240062. Grayscale: #E9E9E9. Windows color (decimal): -2359395 or 10354651. OLE color: 10354651.

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

Color convert

RGB 219 255 157 -
CMYK 0.14 0 0.38 0
HSL 82.04º 1% 0.81% -
HSV(B) 82.04º 0.38% 1% -
XYZ 71.06 89.01 45.33 -
YUV 233.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 219 255 157 0.14 0 0.38 0 82.04 1 0.81
Hex DB FF 9D E 0 26 0 52 64 51
Octal 333 377 235 16 0 46 0 122 144 121
Binary 11011011 11111111 10011101 1110 0 100110 0 1010010 1100100 1010001

Color Harmonies of #DBFF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF9D

Black with #DBFF9D

Text Example


Text Example

White with #DBFF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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