Html Css Color HEX #DBFE8A Reef

📋 copy color: '#DBFE8A'

red 219 ◦ green 254 ◦ blue 138

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

Shades of Reef #DBFE8A

Tints of Reef #DBFE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.59%

R = 35.84%
G = 41.57%
B = 22.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#DBFE8A (or 0xDBFE8A) is known color: Reef. HEX triplet: DB, FE and 8A. RGB value is (219,254,138). Sum of RGB (Red+Green+Blue) = 219+254+138=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE8A is #240175. Grayscale: #E6E6E6. Windows color (decimal): -2359670 or 9109211. OLE color: 9109211.

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

Color convert

RGB 219 254 138 -
CMYK 0.14 0 0.46 0.00
HSL 78.1º 0.98% 0.77% -
HSV(B) 78.1º 0.46% 1% -
XYZ 69.24 87.78 37.34 -
YUV 230.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 219 254 138 0.14 0 0.46 0.00 78.1 0.98 0.77
Hex DB FE 8A E 0 2E 0 4E 62 4D
Octal 333 376 212 16 0 56 0 116 142 115
Binary 11011011 11111110 10001010 1110 0 101110 0 1001110 1100010 1001101

Color Harmonies of #DBFE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE8A

Black with #DBFE8A

Text Example


Text Example

White with #DBFE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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