Html Css Color HEX #DCF283 Mindaro

📋 copy color: '#DCF283'

red 220 ◦ green 242 ◦ blue 131

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

Shades of Mindaro #DCF283

Tints of Mindaro #DCF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

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

R = 37.1%
G = 40.81%
B = 22.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DCF283 (or 0xDCF283) is known color: Mindaro. HEX triplet: DC, F2 and 83. RGB value is (220,242,131). Sum of RGB (Red+Green+Blue) = 220+242+131=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF283 is #230D7C. Grayscale: #DFDFDF. Windows color (decimal): -2297213 or 8647388. OLE color: 8647388.

HSL color Cylindrical-coordinate representation of color #DCF283: hue angle of 71.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF283 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 131 -
CMYK 0.09 0 0.46 0.05
HSL 71.89º 0.81% 0.73% -
HSV(B) 71.89º 0.46% 0.95% -
XYZ 65.36 80.36 33.54 -
YUV 222.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 220 242 131 0.09 0 0.46 0.05 71.89 0.81 0.73
Hex DC F2 83 9 0 2E 5 48 51 49
Octal 334 362 203 11 0 56 5 110 121 111
Binary 11011100 11110010 10000011 1001 0 101110 101 1001000 1010001 1001001

Color Harmonies of #DCF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF283

Black with #DCF283

Text Example


Text Example

White with #DCF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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