Html Css Color HEX #DBF95D Mindaro

📋 copy color: '#DBF95D'

red 219 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #DBF95D

Tints of Mindaro #DBF95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.58%

R = 39.04%
G = 44.39%
B = 16.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#DBF95D (or 0xDBF95D) is known color: Mindaro. HEX triplet: DB, F9 and 5D. RGB value is (219,249,93). Sum of RGB (Red+Green+Blue) = 219+249+93=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF95D is #2406A2. Grayscale: #DEDEDE. Windows color (decimal): -2360995 or 6158811. OLE color: 6158811.

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

Color convert

RGB 219 249 93 -
CMYK 0.12 0 0.63 0.02
HSL 71.54º 0.93% 0.67% -
HSV(B) 71.54º 0.63% 0.98% -
XYZ 65.06 83.6 23.06 -
YUV 222.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 219 249 93 0.12 0 0.63 0.02 71.54 0.93 0.67
Hex DB F9 5D C 0 3F 2 48 5D 43
Octal 333 371 135 14 0 77 2 110 135 103
Binary 11011011 11111001 1011101 1100 0 111111 10 1001000 1011101 1000011

Color Harmonies of #DBF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF95D

Black with #DBF95D

Text Example


Text Example

White with #DBF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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