Html Css Color HEX #DCF262 Mindaro

📋 copy color: '#DCF262'

red 220 ◦ green 242 ◦ blue 98

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

Shades of Mindaro #DCF262

Tints of Mindaro #DCF262

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

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

R = 39.29%
G = 43.21%
B = 17.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DCF262 (or 0xDCF262) is known color: Mindaro. HEX triplet: DC, F2 and 62. RGB value is (220,242,98). Sum of RGB (Red+Green+Blue) = 220+242+98=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 98 (38.67% from 255 or 17.5% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF262 is #230D9D. Grayscale: #DBDBDB. Windows color (decimal): -2297246 or 6484700. OLE color: 6484700.

HSL color Cylindrical-coordinate representation of color #DCF262: hue angle of 69.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF262 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 98 -
CMYK 0.09 0 0.60 0.05
HSL 69.17º 0.85% 0.67% -
HSV(B) 69.17º 0.6% 0.95% -
XYZ 63.47 79.6 23.57 -
YUV 219.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 220 242 98 0.09 0 0.60 0.05 69.17 0.85 0.67
Hex DC F2 62 9 0 3C 5 45 55 43
Octal 334 362 142 11 0 74 5 105 125 103
Binary 11011100 11110010 1100010 1001 0 111100 101 1000101 1010101 1000011

Color Harmonies of #DCF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF262

Black with #DCF262

Text Example


Text Example

White with #DCF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF262; }

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

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

background-color css

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

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

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

border-color css

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

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

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