Html Css Color HEX #DCF966 Mindaro

📋 copy color: '#DCF966'

red 220 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #DCF966

Tints of Mindaro #DCF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.61%

 BLUE value IS 102 (40.23% from 255) = 17.86%

R = 38.53%
G = 43.61%
B = 17.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DCF966 (or 0xDCF966) is known color: Mindaro. HEX triplet: DC, F9 and 66. RGB value is (220,249,102). Sum of RGB (Red+Green+Blue) = 220+249+102=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF966 is #230699. Grayscale: #E0E0E0. Windows color (decimal): -2295450 or 6748636. OLE color: 6748636.

HSL color Cylindrical-coordinate representation of color #DCF966: hue angle of 71.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF966 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 102 -
CMYK 0.12 0 0.59 0.02
HSL 71.84º 0.92% 0.69% -
HSV(B) 71.84º 0.59% 0.98% -
XYZ 65.79 83.93 25.3 -
YUV 223.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 220 249 102 0.12 0 0.59 0.02 71.84 0.92 0.69
Hex DC F9 66 C 0 3B 2 48 5C 45
Octal 334 371 146 14 0 73 2 110 134 105
Binary 11011100 11111001 1100110 1100 0 111011 10 1001000 1011100 1000101

Color Harmonies of #DCF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF966

Black with #DCF966

Text Example


Text Example

White with #DCF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF966; }

 p { color: rgb(220,249,102); }

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

background-color css

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

 a { background-color: rgb(220,249,102); }

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

border-color css

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

 span { border-color: rgb(220,249,102); }

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