Html Css Color HEX #DBFE8F Reef

📋 copy color: '#DBFE8F'

red 219 ◦ green 254 ◦ blue 143

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

Shades of Reef #DBFE8F

Tints of Reef #DBFE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.21%

R = 35.55%
G = 41.23%
B = 23.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#DBFE8F (or 0xDBFE8F) is known color: Reef. HEX triplet: DB, FE and 8F. RGB value is (219,254,143). Sum of RGB (Red+Green+Blue) = 219+254+143=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE8F is #240170. Grayscale: #E7E7E7. Windows color (decimal): -2359665 or 9436891. OLE color: 9436891.

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

Color convert

RGB 219 254 143 -
CMYK 0.14 0 0.44 0.00
HSL 78.92º 0.98% 0.78% -
HSV(B) 78.92º 0.44% 1% -
XYZ 69.61 87.93 39.29 -
YUV 230.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 219 254 143 0.14 0 0.44 0.00 78.92 0.98 0.78
Hex DB FE 8F E 0 2C 0 4F 62 4E
Octal 333 376 217 16 0 54 0 117 142 116
Binary 11011011 11111110 10001111 1110 0 101100 0 1001111 1100010 1001110

Color Harmonies of #DBFE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE8F

Black with #DBFE8F

Text Example


Text Example

White with #DBFE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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