Html Css Color HEX #DBFE9D Reef

📋 copy color: '#DBFE9D'

red 219 ◦ green 254 ◦ blue 157

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

Shades of Reef #DBFE9D

Tints of Reef #DBFE9D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 34.76%
G = 40.32%
B = 24.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#DBFE9D (or 0xDBFE9D) is known color: Reef. HEX triplet: DB, FE and 9D. RGB value is (219,254,157). Sum of RGB (Red+Green+Blue) = 219+254+157=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE9D is #240162. Grayscale: #E8E8E8. Windows color (decimal): -2359651 or 10354395. OLE color: 10354395.

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

Color convert

RGB 219 254 157 -
CMYK 0.14 0 0.38 0.00
HSL 81.65º 0.98% 0.81% -
HSV(B) 81.65º 0.38% 1% -
XYZ 70.74 88.38 45.23 -
YUV 232.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 219 254 157 0.14 0 0.38 0.00 81.65 0.98 0.81
Hex DB FE 9D E 0 26 0 52 62 51
Octal 333 376 235 16 0 46 0 122 142 121
Binary 11011011 11111110 10011101 1110 0 100110 0 1010010 1100010 1010001

Color Harmonies of #DBFE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE9D

Black with #DBFE9D

Text Example


Text Example

White with #DBFE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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