Html Css Color HEX #DBF96D Mindaro

📋 copy color: '#DBF96D'

red 219 ◦ green 249 ◦ blue 109

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

Shades of Mindaro #DBF96D

Tints of Mindaro #DBF96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.89%

R = 37.95%
G = 43.15%
B = 18.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DBF96D (or 0xDBF96D) is known color: Mindaro. HEX triplet: DB, F9 and 6D. RGB value is (219,249,109). Sum of RGB (Red+Green+Blue) = 219+249+109=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF96D is #240692. Grayscale: #E0E0E0. Windows color (decimal): -2360979 or 7207387. OLE color: 7207387.

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

Color convert

RGB 219 249 109 -
CMYK 0.12 0 0.56 0.02
HSL 72.86º 0.92% 0.7% -
HSV(B) 72.86º 0.56% 0.98% -
XYZ 65.85 83.92 27.19 -
YUV 224.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 219 249 109 0.12 0 0.56 0.02 72.86 0.92 0.7
Hex DB F9 6D C 0 38 2 49 5C 46
Octal 333 371 155 14 0 70 2 111 134 106
Binary 11011011 11111001 1101101 1100 0 111000 10 1001001 1011100 1000110

Color Harmonies of #DBF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF96D

Black with #DBF96D

Text Example


Text Example

White with #DBF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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