Html Css Color HEX #DCEC68 Mindaro

📋 copy color: '#DCEC68'

red 220 ◦ green 236 ◦ blue 104

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

Shades of Mindaro #DCEC68

Tints of Mindaro #DCEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

 BLUE value IS 104 (41.02% from 255) = 18.57%

R = 39.29%
G = 42.14%
B = 18.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#DCEC68 (or 0xDCEC68) is known color: Mindaro. HEX triplet: DC, EC and 68. RGB value is (220,236,104). Sum of RGB (Red+Green+Blue) = 220+236+104=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC68 is #231397. Grayscale: #D8D8D8. Windows color (decimal): -2298776 or 6876380. OLE color: 6876380.

HSL color Cylindrical-coordinate representation of color #DCEC68: hue angle of 67.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCEC68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 236 104 -
CMYK 0.07 0 0.56 0.07
HSL 67.27º 0.78% 0.67% -
HSV(B) 67.27º 0.56% 0.93% -
XYZ 62.01 76.21 24.54 -
YUV 216.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 220 236 104 0.07 0 0.56 0.07 67.27 0.78 0.67
Hex DC EC 68 7 0 38 7 43 4E 43
Octal 334 354 150 7 0 70 7 103 116 103
Binary 11011100 11101100 1101000 111 0 111000 111 1000011 1001110 1000011

Color Harmonies of #DCEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEC68

Black with #DCEC68

Text Example


Text Example

White with #DCEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEC68; }

 p { color: rgb(220,236,104); }

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

background-color css

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

 a { background-color: rgb(220,236,104); }

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

border-color css

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

 span { border-color: rgb(220,236,104); }

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