Html Css Color HEX #DCF665 Mindaro

📋 copy color: '#DCF665'

red 220 ◦ green 246 ◦ blue 101

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

Shades of Mindaro #DCF665

Tints of Mindaro #DCF665

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.39%

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

R = 38.8%
G = 43.39%
B = 17.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DCF665 (or 0xDCF665) is known color: Mindaro. HEX triplet: DC, F6 and 65. RGB value is (220,246,101). Sum of RGB (Red+Green+Blue) = 220+246+101=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF665 is #23099A. Grayscale: #DEDEDE. Windows color (decimal): -2296219 or 6682332. OLE color: 6682332.

HSL color Cylindrical-coordinate representation of color #DCF665: hue angle of 70.76º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF665 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 101 -
CMYK 0.11 0 0.59 0.04
HSL 70.76º 0.89% 0.68% -
HSV(B) 70.76º 0.59% 0.96% -
XYZ 64.82 82.07 24.74 -
YUV 221.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 220 246 101 0.11 0 0.59 0.04 70.76 0.89 0.68
Hex DC F6 65 B 0 3B 4 47 59 44
Octal 334 366 145 13 0 73 4 107 131 104
Binary 11011100 11110110 1100101 1011 0 111011 100 1000111 1011001 1000100

Color Harmonies of #DCF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF665

Black with #DCF665

Text Example


Text Example

White with #DCF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF665; }

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

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

background-color css

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

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

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

border-color css

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

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

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