Html Css Color HEX #DCF862 Mindaro

📋 copy color: '#DCF862'

red 220 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #DCF862

Tints of Mindaro #DCF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.82%

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

R = 38.87%
G = 43.82%
B = 17.31%

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

#DCF862 (or 0xDCF862) is known color: Mindaro. HEX triplet: DC, F8 and 62. RGB value is (220,248,98). Sum of RGB (Red+Green+Blue) = 220+248+98=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF862 is #23079D. Grayscale: #DFDFDF. Windows color (decimal): -2295710 or 6486236. OLE color: 6486236.

HSL color Cylindrical-coordinate representation of color #DCF862: hue angle of 71.2º degrees, saturation: 0.91, 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 #DCF862 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 98 -
CMYK 0.11 0 0.60 0.03
HSL 71.2º 0.91% 0.68% -
HSV(B) 71.2º 0.6% 0.97% -
XYZ 65.29 83.23 24.18 -
YUV 222.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 220 248 98 0.11 0 0.60 0.03 71.2 0.91 0.68
Hex DC F8 62 B 0 3C 3 47 5B 44
Octal 334 370 142 13 0 74 3 107 133 104
Binary 11011100 11111000 1100010 1011 0 111100 11 1000111 1011011 1000100

Color Harmonies of #DCF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF862

Black with #DCF862

Text Example


Text Example

White with #DCF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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