Html Css Color HEX #DCF67A Mindaro

📋 copy color: '#DCF67A'

red 220 ◦ green 246 ◦ blue 122

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

Shades of Mindaro #DCF67A

Tints of Mindaro #DCF67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.75%

R = 37.41%
G = 41.84%
B = 20.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DCF67A (or 0xDCF67A) is known color: Mindaro. HEX triplet: DC, F6 and 7A. RGB value is (220,246,122). Sum of RGB (Red+Green+Blue) = 220+246+122=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF67A is #230985. Grayscale: #E0E0E0. Windows color (decimal): -2296198 or 8058588. OLE color: 8058588.

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

Color convert

RGB 220 246 122 -
CMYK 0.11 0 0.50 0.04
HSL 72.58º 0.87% 0.72% -
HSV(B) 72.58º 0.5% 0.96% -
XYZ 65.98 82.53 30.86 -
YUV 224.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 220 246 122 0.11 0 0.50 0.04 72.58 0.87 0.72
Hex DC F6 7A B 0 32 4 49 57 48
Octal 334 366 172 13 0 62 4 111 127 110
Binary 11011100 11110110 1111010 1011 0 110010 100 1001001 1010111 1001000

Color Harmonies of #DCF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF67A

Black with #DCF67A

Text Example


Text Example

White with #DCF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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