Html Css Color HEX #DCF762 Mindaro

📋 copy color: '#DCF762'

red 220 ◦ green 247 ◦ blue 98

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

Shades of Mindaro #DCF762

Tints of Mindaro #DCF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.72%

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

R = 38.94%
G = 43.72%
B = 17.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DCF762 (or 0xDCF762) is known color: Mindaro. HEX triplet: DC, F7 and 62. RGB value is (220,247,98). Sum of RGB (Red+Green+Blue) = 220+247+98=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF762 is #23089D. Grayscale: #DEDEDE. Windows color (decimal): -2295966 or 6485980. OLE color: 6485980.

HSL color Cylindrical-coordinate representation of color #DCF762: hue angle of 70.87º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF762 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 98 -
CMYK 0.11 0 0.60 0.03
HSL 70.87º 0.9% 0.68% -
HSV(B) 70.87º 0.6% 0.97% -
XYZ 64.98 82.62 24.08 -
YUV 221.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 220 247 98 0.11 0 0.60 0.03 70.87 0.9 0.68
Hex DC F7 62 B 0 3C 3 47 5A 44
Octal 334 367 142 13 0 74 3 107 132 104
Binary 11011100 11110111 1100010 1011 0 111100 11 1000111 1011010 1000100

Color Harmonies of #DCF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF762

Black with #DCF762

Text Example


Text Example

White with #DCF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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