Html Css Color HEX #DBFB7F Mindaro

📋 copy color: '#DBFB7F'

red 219 ◦ green 251 ◦ blue 127

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

Shades of Mindaro #DBFB7F

Tints of Mindaro #DBFB7F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.04%

 BLUE value IS 127 (50% from 255) = 21.27%

R = 36.68%
G = 42.04%
B = 21.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DBFB7F (or 0xDBFB7F) is known color: Mindaro. HEX triplet: DB, FB and 7F. RGB value is (219,251,127). Sum of RGB (Red+Green+Blue) = 219+251+127=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB7F is #240480. Grayscale: #E3E3E3. Windows color (decimal): -2360449 or 8387547. OLE color: 8387547.

HSL color Cylindrical-coordinate representation of color #DBFB7F: hue angle of 75.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFB7F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 127 -
CMYK 0.13 0 0.49 0.02
HSL 75.48º 0.94% 0.74% -
HSV(B) 75.48º 0.49% 0.98% -
XYZ 67.54 85.59 33.04 -
YUV 227.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 219 251 127 0.13 0 0.49 0.02 75.48 0.94 0.74
Hex DB FB 7F D 0 31 2 4B 5E 4A
Octal 333 373 177 15 0 61 2 113 136 112
Binary 11011011 11111011 1111111 1101 0 110001 10 1001011 1011110 1001010

Color Harmonies of #DBFB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB7F

Black with #DBFB7F

Text Example


Text Example

White with #DBFB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB7F; }

 p { color: rgb(219,251,127); }

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

background-color css

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

 a { background-color: rgb(219,251,127); }

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

border-color css

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

 span { border-color: rgb(219,251,127); }

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