Html Css Color HEX #DCF062 Mindaro

📋 copy color: '#DCF062'

red 220 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #DCF062

Tints of Mindaro #DCF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.01%

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

R = 39.43%
G = 43.01%
B = 17.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#DCF062 (or 0xDCF062) is known color: Mindaro. HEX triplet: DC, F0 and 62. RGB value is (220,240,98). Sum of RGB (Red+Green+Blue) = 220+240+98=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF062 is #230F9D. Grayscale: #DADADA. Windows color (decimal): -2297758 or 6484188. OLE color: 6484188.

HSL color Cylindrical-coordinate representation of color #DCF062: hue angle of 68.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF062 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 98 -
CMYK 0.08 0 0.59 0.06
HSL 68.45º 0.83% 0.66% -
HSV(B) 68.45º 0.59% 0.94% -
XYZ 62.88 78.42 23.38 -
YUV 217.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 220 240 98 0.08 0 0.59 0.06 68.45 0.83 0.66
Hex DC F0 62 8 0 3B 6 44 53 42
Octal 334 360 142 10 0 73 6 104 123 102
Binary 11011100 11110000 1100010 1000 0 111011 110 1000100 1010011 1000010

Color Harmonies of #DCF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF062

Black with #DCF062

Text Example


Text Example

White with #DCF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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