Html Css Color HEX #DBF96F Mindaro

📋 copy color: '#DBF96F'

red 219 ◦ green 249 ◦ blue 111

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

Shades of Mindaro #DBF96F

Tints of Mindaro #DBF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

 BLUE value IS 111 (43.75% from 255) = 19.17%

R = 37.82%
G = 43.01%
B = 19.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DBF96F (or 0xDBF96F) is known color: Mindaro. HEX triplet: DB, F9 and 6F. RGB value is (219,249,111). Sum of RGB (Red+Green+Blue) = 219+249+111=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF96F is #240690. Grayscale: #E0E0E0. Windows color (decimal): -2360977 or 7338459. OLE color: 7338459.

HSL color Cylindrical-coordinate representation of color #DBF96F: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF96F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 111 -
CMYK 0.12 0 0.55 0.02
HSL 73.04º 0.92% 0.71% -
HSV(B) 73.04º 0.55% 0.98% -
XYZ 65.96 83.96 27.77 -
YUV 224.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 219 249 111 0.12 0 0.55 0.02 73.04 0.92 0.71
Hex DB F9 6F C 0 37 2 49 5C 47
Octal 333 371 157 14 0 67 2 111 134 107
Binary 11011011 11111001 1101111 1100 0 110111 10 1001001 1011100 1000111

Color Harmonies of #DBF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF96F

Black with #DBF96F

Text Example


Text Example

White with #DBF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF96F; }

 p { color: rgb(219,249,111); }

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

background-color css

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

 a { background-color: rgb(219,249,111); }

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

border-color css

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

 span { border-color: rgb(219,249,111); }

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