Html Css Color HEX #DCFA62 Mindaro

📋 copy color: '#DCFA62'

red 220 ◦ green 250 ◦ blue 98

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

Shades of Mindaro #DCFA62

Tints of Mindaro #DCFA62

RGB

 RED value IS 220 (86.33% from 255) = 38.73%

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

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

R = 38.73%
G = 44.01%
B = 17.25%

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

#DCFA62 (or 0xDCFA62) is known color: Mindaro. HEX triplet: DC, FA and 62. RGB value is (220,250,98). Sum of RGB (Red+Green+Blue) = 220+250+98=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA62 is #23059D. Grayscale: #E0E0E0. Windows color (decimal): -2295198 or 6486748. OLE color: 6486748.

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

Color convert

RGB 220 250 98 -
CMYK 0.12 0 0.61 0.02
HSL 71.84º 0.94% 0.68% -
HSV(B) 71.84º 0.61% 0.98% -
XYZ 65.91 84.47 24.39 -
YUV 223.7 57.06 125.36 -
System Red Green Blue C M Y K H S L
Decimal 220 250 98 0.12 0 0.61 0.02 71.84 0.94 0.68
Hex DC FA 62 C 0 3D 2 48 5E 44
Octal 334 372 142 14 0 75 2 110 136 104
Binary 11011100 11111010 1100010 1100 0 111101 10 1001000 1011110 1000100

Color Harmonies of #DCFA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA62

Black with #DCFA62

Text Example


Text Example

White with #DCFA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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