Html Css Color HEX #DCF968 Mindaro

📋 copy color: '#DCF968'

red 220 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #DCF968

Tints of Mindaro #DCF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.15%

R = 38.39%
G = 43.46%
B = 18.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DCF968 (or 0xDCF968) is known color: Mindaro. HEX triplet: DC, F9 and 68. RGB value is (220,249,104). Sum of RGB (Red+Green+Blue) = 220+249+104=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF968 is #230697. Grayscale: #E0E0E0. Windows color (decimal): -2295448 or 6879708. OLE color: 6879708.

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

Color convert

RGB 220 249 104 -
CMYK 0.12 0 0.58 0.02
HSL 72º 0.92% 0.69% -
HSV(B) 72º 0.58% 0.98% -
XYZ 65.89 83.97 25.83 -
YUV 223.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 220 249 104 0.12 0 0.58 0.02 72 0.92 0.69
Hex DC F9 68 C 0 3A 2 48 5C 45
Octal 334 371 150 14 0 72 2 110 134 105
Binary 11011100 11111001 1101000 1100 0 111010 10 1001000 1011100 1000101

Color Harmonies of #DCF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF968

Black with #DCF968

Text Example


Text Example

White with #DCF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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