Html Css Color HEX #DBF97E Mindaro

📋 copy color: '#DBF97E'

red 219 ◦ green 249 ◦ blue 126

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

Shades of Mindaro #DBF97E

Tints of Mindaro #DBF97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.21%

R = 36.87%
G = 41.92%
B = 21.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DBF97E (or 0xDBF97E) is known color: Mindaro. HEX triplet: DB, F9 and 7E. RGB value is (219,249,126). Sum of RGB (Red+Green+Blue) = 219+249+126=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF97E is #240681. Grayscale: #E2E2E2. Windows color (decimal): -2360962 or 8321499. OLE color: 8321499.

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

Color convert

RGB 219 249 126 -
CMYK 0.12 0 0.49 0.02
HSL 74.63º 0.91% 0.74% -
HSV(B) 74.63º 0.49% 0.98% -
XYZ 66.85 84.32 32.49 -
YUV 226.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 219 249 126 0.12 0 0.49 0.02 74.63 0.91 0.74
Hex DB F9 7E C 0 31 2 4B 5B 4A
Octal 333 371 176 14 0 61 2 113 133 112
Binary 11011011 11111001 1111110 1100 0 110001 10 1001011 1011011 1001010

Color Harmonies of #DBF97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF97E

Black with #DBF97E

Text Example


Text Example

White with #DBF97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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