Html Css Color HEX #DBFA62 Mindaro

📋 copy color: '#DBFA62'

red 219 ◦ green 250 ◦ blue 98

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

Shades of Mindaro #DBFA62

Tints of Mindaro #DBFA62

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.09%

 BLUE value IS 98 (38.67% from 255) = 17.28%

R = 38.62%
G = 44.09%
B = 17.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DBFA62 (or 0xDBFA62) is known color: Mindaro. HEX triplet: DB, FA and 62. RGB value is (219,250,98). Sum of RGB (Red+Green+Blue) = 219+250+98=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA62 is #24059D. Grayscale: #DFDFDF. Windows color (decimal): -2360734 or 6486747. OLE color: 6486747.

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

Color convert

RGB 219 250 98 -
CMYK 0.12 0 0.61 0.02
HSL 72.24º 0.94% 0.68% -
HSV(B) 72.24º 0.61% 0.98% -
XYZ 65.6 84.31 24.37 -
YUV 223.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 219 250 98 0.12 0 0.61 0.02 72.24 0.94 0.68
Hex DB FA 62 C 0 3D 2 48 5E 44
Octal 333 372 142 14 0 75 2 110 136 104
Binary 11011011 11111010 1100010 1100 0 111101 10 1001000 1011110 1000100

Color Harmonies of #DBFA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA62

Black with #DBFA62

Text Example


Text Example

White with #DBFA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA62; }

 p { color: rgb(219,250,98); }

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

background-color css

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

 a { background-color: rgb(219,250,98); }

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

border-color css

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

 span { border-color: rgb(219,250,98); }

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