Html Css Color HEX #DBFD7F Mindaro

📋 copy color: '#DBFD7F'

red 219 ◦ green 253 ◦ blue 127

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

Shades of Mindaro #DBFD7F

Tints of Mindaro #DBFD7F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

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

R = 36.56%
G = 42.24%
B = 21.2%

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

#DBFD7F (or 0xDBFD7F) is known color: Mindaro. HEX triplet: DB, FD and 7F. RGB value is (219,253,127). Sum of RGB (Red+Green+Blue) = 219+253+127=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD7F is #240280. Grayscale: #E4E4E4. Windows color (decimal): -2359937 or 8388059. OLE color: 8388059.

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

Color convert

RGB 219 253 127 -
CMYK 0.13 0 0.50 0.01
HSL 76.19º 0.97% 0.75% -
HSV(B) 76.19º 0.5% 0.99% -
XYZ 68.17 86.84 33.25 -
YUV 228.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 219 253 127 0.13 0 0.50 0.01 76.19 0.97 0.75
Hex DB FD 7F D 0 32 1 4C 61 4B
Octal 333 375 177 15 0 62 1 114 141 113
Binary 11011011 11111101 1111111 1101 0 110010 1 1001100 1100001 1001011

Color Harmonies of #DBFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD7F

Black with #DBFD7F

Text Example


Text Example

White with #DBFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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