Html Css Color HEX #DCE55F Mindaro

📋 copy color: '#DCE55F'

red 220 ◦ green 229 ◦ blue 95

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

Shades of Mindaro #DCE55F

Tints of Mindaro #DCE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.1%

 BLUE value IS 95 (37.5% from 255) = 17.46%

R = 40.44%
G = 42.1%
B = 17.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DCE55F (or 0xDCE55F) is known color: Mindaro. HEX triplet: DC, E5 and 5F. RGB value is (220,229,95). Sum of RGB (Red+Green+Blue) = 220+229+95=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE55F is #231AA0. Grayscale: #D3D3D3. Windows color (decimal): -2300577 or 6284764. OLE color: 6284764.

HSL color Cylindrical-coordinate representation of color #DCE55F: hue angle of 64.03º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE55F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 95 -
CMYK 0.04 0 0.59 0.10
HSL 64.03º 0.72% 0.64% -
HSV(B) 64.03º 0.59% 0.9% -
XYZ 59.6 72.08 21.6 -
YUV 211.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 220 229 95 0.04 0 0.59 0.10 64.03 0.72 0.64
Hex DC E5 5F 4 0 3B A 40 48 40
Octal 334 345 137 4 0 73 12 100 110 100
Binary 11011100 11100101 1011111 100 0 111011 1010 1000000 1001000 1000000

Color Harmonies of #DCE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE55F

Black with #DCE55F

Text Example


Text Example

White with #DCE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE55F; }

 p { color: rgb(220,229,95); }

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

background-color css

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

 a { background-color: rgb(220,229,95); }

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

border-color css

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

 span { border-color: rgb(220,229,95); }

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