Html Css Color HEX #DCEE5E Mindaro

📋 copy color: '#DCEE5E'

red 220 ◦ green 238 ◦ blue 94

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

Shades of Mindaro #DCEE5E

Tints of Mindaro #DCEE5E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 39.86%
G = 43.12%
B = 17.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#DCEE5E (or 0xDCEE5E) is known color: Mindaro. HEX triplet: DC, EE and 5E. RGB value is (220,238,94). Sum of RGB (Red+Green+Blue) = 220+238+94=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE5E is #2311A1. Grayscale: #D8D8D8. Windows color (decimal): -2298274 or 6221532. OLE color: 6221532.

HSL color Cylindrical-coordinate representation of color #DCEE5E: hue angle of 67.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCEE5E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 94 -
CMYK 0.08 0 0.61 0.07
HSL 67.5º 0.81% 0.65% -
HSV(B) 67.5º 0.61% 0.93% -
XYZ 62.11 77.17 22.21 -
YUV 216.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 220 238 94 0.08 0 0.61 0.07 67.5 0.81 0.65
Hex DC EE 5E 8 0 3D 7 44 51 41
Octal 334 356 136 10 0 75 7 104 121 101
Binary 11011100 11101110 1011110 1000 0 111101 111 1000100 1010001 1000001

Color Harmonies of #DCEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE5E

Black with #DCEE5E

Text Example


Text Example

White with #DCEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE5E; }

 p { color: rgb(220,238,94); }

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

background-color css

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

 a { background-color: rgb(220,238,94); }

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

border-color css

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

 span { border-color: rgb(220,238,94); }

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