Html Css Color HEX #DCEA68 Mindaro

📋 copy color: '#DCEA68'

red 220 ◦ green 234 ◦ blue 104

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

Shades of Mindaro #DCEA68

Tints of Mindaro #DCEA68

RGB

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

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

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

R = 39.43%
G = 41.94%
B = 18.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DCEA68 (or 0xDCEA68) is known color: Mindaro. HEX triplet: DC, EA and 68. RGB value is (220,234,104). Sum of RGB (Red+Green+Blue) = 220+234+104=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA68 is #231597. Grayscale: #D7D7D7. Windows color (decimal): -2299288 or 6875868. OLE color: 6875868.

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

Color convert

RGB 220 234 104 -
CMYK 0.06 0 0.56 0.08
HSL 66.46º 0.76% 0.66% -
HSV(B) 66.46º 0.56% 0.92% -
XYZ 61.44 75.06 24.35 -
YUV 214.99 65.36 131.57 -
System Red Green Blue C M Y K H S L
Decimal 220 234 104 0.06 0 0.56 0.08 66.46 0.76 0.66
Hex DC EA 68 6 0 38 8 42 4C 42
Octal 334 352 150 6 0 70 10 102 114 102
Binary 11011100 11101010 1101000 110 0 111000 1000 1000010 1001100 1000010

Color Harmonies of #DCEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA68

Black with #DCEA68

Text Example


Text Example

White with #DCEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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