Html Css Color HEX #DCF768 Mindaro

📋 copy color: '#DCF768'

red 220 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #DCF768

Tints of Mindaro #DCF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.26%

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

R = 38.53%
G = 43.26%
B = 18.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#DCF768 (or 0xDCF768) is known color: Mindaro. HEX triplet: DC, F7 and 68. RGB value is (220,247,104). Sum of RGB (Red+Green+Blue) = 220+247+104=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF768 is #230897. Grayscale: #DFDFDF. Windows color (decimal): -2295960 or 6879196. OLE color: 6879196.

HSL color Cylindrical-coordinate representation of color #DCF768: hue angle of 71.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF768 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 104 -
CMYK 0.11 0 0.58 0.03
HSL 71.33º 0.9% 0.69% -
HSV(B) 71.33º 0.58% 0.97% -
XYZ 65.27 82.74 25.63 -
YUV 222.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 220 247 104 0.11 0 0.58 0.03 71.33 0.9 0.69
Hex DC F7 68 B 0 3A 3 47 5A 45
Octal 334 367 150 13 0 72 3 107 132 105
Binary 11011100 11110111 1101000 1011 0 111010 11 1000111 1011010 1000101

Color Harmonies of #DCF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF768

Black with #DCF768

Text Example


Text Example

White with #DCF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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