Html Css Color HEX #DCF562 Mindaro

📋 copy color: '#DCF562'

red 220 ◦ green 245 ◦ blue 98

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

Shades of Mindaro #DCF562

Tints of Mindaro #DCF562

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

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

R = 39.08%
G = 43.52%
B = 17.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#DCF562 (or 0xDCF562) is known color: Mindaro. HEX triplet: DC, F5 and 62. RGB value is (220,245,98). Sum of RGB (Red+Green+Blue) = 220+245+98=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 98 (38.67% from 255 or 17.41% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF562 is #230A9D. Grayscale: #DDDDDD. Windows color (decimal): -2296478 or 6485468. OLE color: 6485468.

HSL color Cylindrical-coordinate representation of color #DCF562: hue angle of 70.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF562 is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 98 -
CMYK 0.10 0 0.6 0.04
HSL 70.2º 0.88% 0.67% -
HSV(B) 70.2º 0.6% 0.96% -
XYZ 64.37 81.4 23.87 -
YUV 220.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 220 245 98 0.10 0 0.6 0.04 70.2 0.88 0.67
Hex DC F5 62 A 0 3C 4 46 58 43
Octal 334 365 142 12 0 74 4 106 130 103
Binary 11011100 11110101 1100010 1010 0 111100 100 1000110 1011000 1000011

Color Harmonies of #DCF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF562

Black with #DCF562

Text Example


Text Example

White with #DCF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF562; }

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

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

background-color css

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

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

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

border-color css

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

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

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