Html Css Color HEX #DCF065 Mindaro

📋 copy color: '#DCF065'

red 220 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #DCF065

Tints of Mindaro #DCF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18%

R = 39.22%
G = 42.78%
B = 18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DCF065 (or 0xDCF065) is known color: Mindaro. HEX triplet: DC, F0 and 65. RGB value is (220,240,101). Sum of RGB (Red+Green+Blue) = 220+240+101=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF065 is #230F9A. Grayscale: #DADADA. Windows color (decimal): -2297755 or 6680796. OLE color: 6680796.

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

Color convert

RGB 220 240 101 -
CMYK 0.08 0 0.58 0.06
HSL 68.63º 0.82% 0.67% -
HSV(B) 68.63º 0.58% 0.94% -
XYZ 63.02 78.48 24.14 -
YUV 218.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 220 240 101 0.08 0 0.58 0.06 68.63 0.82 0.67
Hex DC F0 65 8 0 3A 6 45 52 43
Octal 334 360 145 10 0 72 6 105 122 103
Binary 11011100 11110000 1100101 1000 0 111010 110 1000101 1010010 1000011

Color Harmonies of #DCF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF065

Black with #DCF065

Text Example


Text Example

White with #DCF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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