Html Css Color HEX #DCEF5E Mindaro

📋 copy color: '#DCEF5E'

red 220 ◦ green 239 ◦ blue 94

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

Shades of Mindaro #DCEF5E

Tints of Mindaro #DCEF5E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.22%

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

R = 39.78%
G = 43.22%
B = 17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#DCEF5E (or 0xDCEF5E) is known color: Mindaro. HEX triplet: DC, EF and 5E. RGB value is (220,239,94). Sum of RGB (Red+Green+Blue) = 220+239+94=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF5E is #2310A1. Grayscale: #D9D9D9. Windows color (decimal): -2298018 or 6221788. OLE color: 6221788.

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

Color convert

RGB 220 239 94 -
CMYK 0.08 0 0.61 0.06
HSL 67.86º 0.82% 0.65% -
HSV(B) 67.86º 0.61% 0.94% -
XYZ 62.4 77.76 22.31 -
YUV 216.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 220 239 94 0.08 0 0.61 0.06 67.86 0.82 0.65
Hex DC EF 5E 8 0 3D 6 44 52 41
Octal 334 357 136 10 0 75 6 104 122 101
Binary 11011100 11101111 1011110 1000 0 111101 110 1000100 1010010 1000001

Color Harmonies of #DCEF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF5E

Black with #DCEF5E

Text Example


Text Example

White with #DCEF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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