Html Css Color HEX #DCEF60 Mindaro

📋 copy color: '#DCEF60'

red 220 ◦ green 239 ◦ blue 96

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

Shades of Mindaro #DCEF60

Tints of Mindaro #DCEF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.3%

R = 39.64%
G = 43.06%
B = 17.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#DCEF60 (or 0xDCEF60) is known color: Mindaro. HEX triplet: DC, EF and 60. RGB value is (220,239,96). Sum of RGB (Red+Green+Blue) = 220+239+96=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF60 is #23109F. Grayscale: #D9D9D9. Windows color (decimal): -2298016 or 6352860. OLE color: 6352860.

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

Color convert

RGB 220 239 96 -
CMYK 0.08 0 0.60 0.06
HSL 67.97º 0.82% 0.66% -
HSV(B) 67.97º 0.6% 0.94% -
XYZ 62.49 77.79 22.79 -
YUV 217.02 59.71 130.13 -
System Red Green Blue C M Y K H S L
Decimal 220 239 96 0.08 0 0.60 0.06 67.97 0.82 0.66
Hex DC EF 60 8 0 3C 6 44 52 42
Octal 334 357 140 10 0 74 6 104 122 102
Binary 11011100 11101111 1100000 1000 0 111100 110 1000100 1010010 1000010

Color Harmonies of #DCEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF60

Black with #DCEF60

Text Example


Text Example

White with #DCEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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