Html Css Color HEX #DCFC62 Mindaro

📋 copy color: '#DCFC62'

red 220 ◦ green 252 ◦ blue 98

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

Shades of Mindaro #DCFC62

Tints of Mindaro #DCFC62

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.21%

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

R = 38.6%
G = 44.21%
B = 17.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#DCFC62 (or 0xDCFC62) is known color: Mindaro. HEX triplet: DC, FC and 62. RGB value is (220,252,98). Sum of RGB (Red+Green+Blue) = 220+252+98=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC62 is #23039D. Grayscale: #E1E1E1. Windows color (decimal): -2294686 or 6487260. OLE color: 6487260.

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

Color convert

RGB 220 252 98 -
CMYK 0.13 0 0.61 0.01
HSL 72.47º 0.96% 0.69% -
HSV(B) 72.47º 0.61% 0.99% -
XYZ 66.53 85.72 24.59 -
YUV 224.88 56.4 124.52 -
System Red Green Blue C M Y K H S L
Decimal 220 252 98 0.13 0 0.61 0.01 72.47 0.96 0.69
Hex DC FC 62 D 0 3D 1 48 60 45
Octal 334 374 142 15 0 75 1 110 140 105
Binary 11011100 11111100 1100010 1101 0 111101 1 1001000 1100000 1000101

Color Harmonies of #DCFC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC62

Black with #DCFC62

Text Example


Text Example

White with #DCFC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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