Html Css Color HEX #DBFE5F Mindaro

📋 copy color: '#DBFE5F'

red 219 ◦ green 254 ◦ blue 95

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

Shades of Mindaro #DBFE5F

Tints of Mindaro #DBFE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.73%

R = 38.56%
G = 44.72%
B = 16.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#DBFE5F (or 0xDBFE5F) is known color: Mindaro. HEX triplet: DB, FE and 5F. RGB value is (219,254,95). Sum of RGB (Red+Green+Blue) = 219+254+95=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE5F is #2401A0. Grayscale: #E2E2E2. Windows color (decimal): -2359713 or 6291163. OLE color: 6291163.

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

Color convert

RGB 219 254 95 -
CMYK 0.14 0 0.63 0.00
HSL 73.21º 0.99% 0.68% -
HSV(B) 73.21º 0.63% 1% -
XYZ 66.72 86.77 24.06 -
YUV 225.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 219 254 95 0.14 0 0.63 0.00 73.21 0.99 0.68
Hex DB FE 5F E 0 3F 0 49 63 44
Octal 333 376 137 16 0 77 0 111 143 104
Binary 11011011 11111110 1011111 1110 0 111111 0 1001001 1100011 1000100

Color Harmonies of #DBFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE5F

Black with #DBFE5F

Text Example


Text Example

White with #DBFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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