Html Css Color HEX #DBFC7F Mindaro

📋 copy color: '#DBFC7F'

red 219 ◦ green 252 ◦ blue 127

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

Shades of Mindaro #DBFC7F

Tints of Mindaro #DBFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.14%

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

R = 36.62%
G = 42.14%
B = 21.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#DBFC7F (or 0xDBFC7F) is known color: Mindaro. HEX triplet: DB, FC and 7F. RGB value is (219,252,127). Sum of RGB (Red+Green+Blue) = 219+252+127=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC7F is #240380. Grayscale: #E4E4E4. Windows color (decimal): -2360193 or 8387803. OLE color: 8387803.

HSL color Cylindrical-coordinate representation of color #DBFC7F: hue angle of 75.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFC7F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 127 -
CMYK 0.13 0 0.50 0.01
HSL 75.84º 0.95% 0.74% -
HSV(B) 75.84º 0.5% 0.99% -
XYZ 67.85 86.21 33.14 -
YUV 227.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 219 252 127 0.13 0 0.50 0.01 75.84 0.95 0.74
Hex DB FC 7F D 0 32 1 4C 5F 4A
Octal 333 374 177 15 0 62 1 114 137 112
Binary 11011011 11111100 1111111 1101 0 110010 1 1001100 1011111 1001010

Color Harmonies of #DBFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC7F

Black with #DBFC7F

Text Example


Text Example

White with #DBFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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