Html Css Color HEX #DBFD72 Mindaro

📋 copy color: '#DBFD72'

red 219 ◦ green 253 ◦ blue 114

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

Shades of Mindaro #DBFD72

Tints of Mindaro #DBFD72

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

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

R = 37.37%
G = 43.17%
B = 19.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#DBFD72 (or 0xDBFD72) is known color: Mindaro. HEX triplet: DB, FD and 72. RGB value is (219,253,114). Sum of RGB (Red+Green+Blue) = 219+253+114=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD72 is #24028D. Grayscale: #E3E3E3. Windows color (decimal): -2359950 or 7536091. OLE color: 7536091.

HSL color Cylindrical-coordinate representation of color #DBFD72: hue angle of 74.68º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFD72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 114 -
CMYK 0.13 0 0.55 0.01
HSL 74.68º 0.97% 0.72% -
HSV(B) 74.68º 0.55% 0.99% -
XYZ 67.38 86.53 29.07 -
YUV 226.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 219 253 114 0.13 0 0.55 0.01 74.68 0.97 0.72
Hex DB FD 72 D 0 37 1 4B 61 48
Octal 333 375 162 15 0 67 1 113 141 110
Binary 11011011 11111101 1110010 1101 0 110111 1 1001011 1100001 1001000

Color Harmonies of #DBFD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD72

Black with #DBFD72

Text Example


Text Example

White with #DBFD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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