Html Css Color HEX #DCEF83 Mindaro

📋 copy color: '#DCEF83'

red 220 ◦ green 239 ◦ blue 131

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

Shades of Mindaro #DCEF83

Tints of Mindaro #DCEF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.2%

R = 37.29%
G = 40.51%
B = 22.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DCEF83 (or 0xDCEF83) is known color: Mindaro. HEX triplet: DC, EF and 83. RGB value is (220,239,131). Sum of RGB (Red+Green+Blue) = 220+239+131=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF83 is #23107C. Grayscale: #DDDDDD. Windows color (decimal): -2297981 or 8646620. OLE color: 8646620.

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

Color convert

RGB 220 239 131 -
CMYK 0.08 0 0.45 0.06
HSL 70.56º 0.77% 0.73% -
HSV(B) 70.56º 0.45% 0.94% -
XYZ 64.48 78.59 33.24 -
YUV 221.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 220 239 131 0.08 0 0.45 0.06 70.56 0.77 0.73
Hex DC EF 83 8 0 2D 6 47 4D 49
Octal 334 357 203 10 0 55 6 107 115 111
Binary 11011100 11101111 10000011 1000 0 101101 110 1000111 1001101 1001001

Color Harmonies of #DCEF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF83

Black with #DCEF83

Text Example


Text Example

White with #DCEF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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