Html Css Color HEX #DBF971 Mindaro

📋 copy color: '#DBF971'

red 219 ◦ green 249 ◦ blue 113

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

Shades of Mindaro #DBF971

Tints of Mindaro #DBF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.45%

R = 37.69%
G = 42.86%
B = 19.45%

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

#DBF971 (or 0xDBF971) is known color: Mindaro. HEX triplet: DB, F9 and 71. RGB value is (219,249,113). Sum of RGB (Red+Green+Blue) = 219+249+113=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF971 is #24068E. Grayscale: #E1E1E1. Windows color (decimal): -2360975 or 7469531. OLE color: 7469531.

HSL color Cylindrical-coordinate representation of color #DBF971: hue angle of 73.24º 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 #DBF971 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 113 -
CMYK 0.12 0 0.55 0.02
HSL 73.24º 0.92% 0.71% -
HSV(B) 73.24º 0.55% 0.98% -
XYZ 66.07 84 28.35 -
YUV 224.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 219 249 113 0.12 0 0.55 0.02 73.24 0.92 0.71
Hex DB F9 71 C 0 37 2 49 5C 47
Octal 333 371 161 14 0 67 2 111 134 107
Binary 11011011 11111001 1110001 1100 0 110111 10 1001001 1011100 1000111

Color Harmonies of #DBF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF971

Black with #DBF971

Text Example


Text Example

White with #DBF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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