Html Css Color HEX #DCEF64 Mindaro

📋 copy color: '#DCEF64'

red 220 ◦ green 239 ◦ blue 100

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

Shades of Mindaro #DCEF64

Tints of Mindaro #DCEF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

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

R = 39.36%
G = 42.75%
B = 17.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DCEF64 (or 0xDCEF64) is known color: Mindaro. HEX triplet: DC, EF and 64. RGB value is (220,239,100). Sum of RGB (Red+Green+Blue) = 220+239+100=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF64 is #23109B. Grayscale: #DADADA. Windows color (decimal): -2298012 or 6615004. OLE color: 6615004.

HSL color Cylindrical-coordinate representation of color #DCEF64: hue angle of 68.2º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEF64 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 100 -
CMYK 0.08 0 0.58 0.06
HSL 68.2º 0.81% 0.66% -
HSV(B) 68.2º 0.58% 0.94% -
XYZ 62.68 77.87 23.78 -
YUV 217.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 220 239 100 0.08 0 0.58 0.06 68.2 0.81 0.66
Hex DC EF 64 8 0 3A 6 44 51 42
Octal 334 357 144 10 0 72 6 104 121 102
Binary 11011100 11101111 1100100 1000 0 111010 110 1000100 1010001 1000010

Color Harmonies of #DCEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF64

Black with #DCEF64

Text Example


Text Example

White with #DCEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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