Html Css Color HEX #DBF372 Mindaro

📋 copy color: '#DBF372'

red 219 ◦ green 243 ◦ blue 114

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

Shades of Mindaro #DBF372

Tints of Mindaro #DBF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

 BLUE value IS 114 (44.92% from 255) = 19.79%

R = 38.02%
G = 42.19%
B = 19.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DBF372 (or 0xDBF372) is known color: Mindaro. HEX triplet: DB, F3 and 72. RGB value is (219,243,114). Sum of RGB (Red+Green+Blue) = 219+243+114=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF372 is #240C8D. Grayscale: #DDDDDD. Windows color (decimal): -2362510 or 7533531. OLE color: 7533531.

HSL color Cylindrical-coordinate representation of color #DBF372: hue angle of 71.16º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF372 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 114 -
CMYK 0.10 0 0.53 0.05
HSL 71.16º 0.84% 0.7% -
HSV(B) 71.16º 0.53% 0.95% -
XYZ 64.3 80.38 28.04 -
YUV 221.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 219 243 114 0.10 0 0.53 0.05 71.16 0.84 0.7
Hex DB F3 72 A 0 35 5 47 54 46
Octal 333 363 162 12 0 65 5 107 124 106
Binary 11011011 11110011 1110010 1010 0 110101 101 1000111 1010100 1000110

Color Harmonies of #DBF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF372

Black with #DBF372

Text Example


Text Example

White with #DBF372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF372; }

 p { color: rgb(219,243,114); }

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

background-color css

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

 a { background-color: rgb(219,243,114); }

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

border-color css

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

 span { border-color: rgb(219,243,114); }

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