Html Css Color HEX #DCF67D Mindaro

📋 copy color: '#DCF67D'

red 220 ◦ green 246 ◦ blue 125

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

Shades of Mindaro #DCF67D

Tints of Mindaro #DCF67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 37.23%
G = 41.62%
B = 21.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DCF67D (or 0xDCF67D) is known color: Mindaro. HEX triplet: DC, F6 and 7D. RGB value is (220,246,125). Sum of RGB (Red+Green+Blue) = 220+246+125=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF67D is #230982. Grayscale: #E0E0E0. Windows color (decimal): -2296195 or 8255196. OLE color: 8255196.

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

Color convert

RGB 220 246 125 -
CMYK 0.11 0 0.49 0.04
HSL 72.89º 0.87% 0.73% -
HSV(B) 72.89º 0.49% 0.96% -
XYZ 66.17 82.61 31.86 -
YUV 224.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 220 246 125 0.11 0 0.49 0.04 72.89 0.87 0.73
Hex DC F6 7D B 0 31 4 49 57 49
Octal 334 366 175 13 0 61 4 111 127 111
Binary 11011100 11110110 1111101 1011 0 110001 100 1001001 1010111 1001001

Color Harmonies of #DCF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF67D

Black with #DCF67D

Text Example


Text Example

White with #DCF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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