Html Css Color HEX #DCEA64 Mindaro

📋 copy color: '#DCEA64'

red 220 ◦ green 234 ◦ blue 100

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

Shades of Mindaro #DCEA64

Tints of Mindaro #DCEA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.24%

 BLUE value IS 100 (39.45% from 255) = 18.05%

R = 39.71%
G = 42.24%
B = 18.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DCEA64 (or 0xDCEA64) is known color: Mindaro. HEX triplet: DC, EA and 64. RGB value is (220,234,100). Sum of RGB (Red+Green+Blue) = 220+234+100=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA64 is #23159B. Grayscale: #D7D7D7. Windows color (decimal): -2299292 or 6613724. OLE color: 6613724.

HSL color Cylindrical-coordinate representation of color #DCEA64: hue angle of 66.27º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEA64 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 100 -
CMYK 0.06 0 0.57 0.08
HSL 66.27º 0.76% 0.65% -
HSV(B) 66.27º 0.57% 0.92% -
XYZ 61.24 74.98 23.3 -
YUV 214.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 220 234 100 0.06 0 0.57 0.08 66.27 0.76 0.65
Hex DC EA 64 6 0 39 8 42 4C 41
Octal 334 352 144 6 0 71 10 102 114 101
Binary 11011100 11101010 1100100 110 0 111001 1000 1000010 1001100 1000001

Color Harmonies of #DCEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA64

Black with #DCEA64

Text Example


Text Example

White with #DCEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA64; }

 p { color: rgb(220,234,100); }

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

background-color css

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

 a { background-color: rgb(220,234,100); }

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

border-color css

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

 span { border-color: rgb(220,234,100); }

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