Html Css Color HEX #DBFE8B Reef

📋 copy color: '#DBFE8B'

red 219 ◦ green 254 ◦ blue 139

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

Shades of Reef #DBFE8B

Tints of Reef #DBFE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.71%

R = 35.78%
G = 41.5%
B = 22.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#DBFE8B (or 0xDBFE8B) is known color: Reef. HEX triplet: DB, FE and 8B. RGB value is (219,254,139). Sum of RGB (Red+Green+Blue) = 219+254+139=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE8B is #240174. Grayscale: #E6E6E6. Windows color (decimal): -2359669 or 9174747. OLE color: 9174747.

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

Color convert

RGB 219 254 139 -
CMYK 0.14 0 0.45 0.00
HSL 78.26º 0.98% 0.77% -
HSV(B) 78.26º 0.45% 1% -
XYZ 69.32 87.81 37.72 -
YUV 230.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 219 254 139 0.14 0 0.45 0.00 78.26 0.98 0.77
Hex DB FE 8B E 0 2D 0 4E 62 4D
Octal 333 376 213 16 0 55 0 116 142 115
Binary 11011011 11111110 10001011 1110 0 101101 0 1001110 1100010 1001101

Color Harmonies of #DBFE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE8B

Black with #DBFE8B

Text Example


Text Example

White with #DBFE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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