Html Css Color HEX #DCE768 Mindaro

📋 copy color: '#DCE768'

red 220 ◦ green 231 ◦ blue 104

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

Shades of Mindaro #DCE768

Tints of Mindaro #DCE768

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

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

R = 39.64%
G = 41.62%
B = 18.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DCE768 (or 0xDCE768) is known color: Mindaro. HEX triplet: DC, E7 and 68. RGB value is (220,231,104). Sum of RGB (Red+Green+Blue) = 220+231+104=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE768 is #231897. Grayscale: #D5D5D5. Windows color (decimal): -2300056 or 6875100. OLE color: 6875100.

HSL color Cylindrical-coordinate representation of color #DCE768: hue angle of 65.2º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE768 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 104 -
CMYK 0.05 0 0.55 0.09
HSL 65.2º 0.73% 0.66% -
HSV(B) 65.2º 0.55% 0.91% -
XYZ 60.59 73.37 24.06 -
YUV 213.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 220 231 104 0.05 0 0.55 0.09 65.2 0.73 0.66
Hex DC E7 68 5 0 37 9 41 49 42
Octal 334 347 150 5 0 67 11 101 111 102
Binary 11011100 11100111 1101000 101 0 110111 1001 1000001 1001001 1000010

Color Harmonies of #DCE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE768

Black with #DCE768

Text Example


Text Example

White with #DCE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE768; }

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

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

background-color css

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

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

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

border-color css

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

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

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