Html Css Color HEX #DCEF7F Mindaro

📋 copy color: '#DCEF7F'

red 220 ◦ green 239 ◦ blue 127

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

Shades of Mindaro #DCEF7F

Tints of Mindaro #DCEF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.67%

R = 37.54%
G = 40.78%
B = 21.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DCEF7F (or 0xDCEF7F) is known color: Mindaro. HEX triplet: DC, EF and 7F. RGB value is (220,239,127). Sum of RGB (Red+Green+Blue) = 220+239+127=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF7F is #231080. Grayscale: #DCDCDC. Windows color (decimal): -2297985 or 8384476. OLE color: 8384476.

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

Color convert

RGB 220 239 127 -
CMYK 0.08 0 0.47 0.06
HSL 70.18º 0.78% 0.72% -
HSV(B) 70.18º 0.47% 0.94% -
XYZ 64.21 78.48 31.84 -
YUV 220.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 220 239 127 0.08 0 0.47 0.06 70.18 0.78 0.72
Hex DC EF 7F 8 0 2F 6 46 4E 48
Octal 334 357 177 10 0 57 6 106 116 110
Binary 11011100 11101111 1111111 1000 0 101111 110 1000110 1001110 1001000

Color Harmonies of #DCEF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF7F

Black with #DCEF7F

Text Example


Text Example

White with #DCEF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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