Html Css Color HEX #DCF883 Mindaro

📋 copy color: '#DCF883'

red 220 ◦ green 248 ◦ blue 131

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

Shades of Mindaro #DCF883

Tints of Mindaro #DCF883

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

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

R = 36.73%
G = 41.4%
B = 21.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#DCF883 (or 0xDCF883) is known color: Mindaro. HEX triplet: DC, F8 and 83. RGB value is (220,248,131). Sum of RGB (Red+Green+Blue) = 220+248+131=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF883 is #23077C. Grayscale: #E2E2E2. Windows color (decimal): -2295677 or 8648924. OLE color: 8648924.

HSL color Cylindrical-coordinate representation of color #DCF883: hue angle of 74.36º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF883 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 131 -
CMYK 0.11 0 0.47 0.03
HSL 74.36º 0.89% 0.74% -
HSV(B) 74.36º 0.47% 0.97% -
XYZ 67.18 83.99 34.14 -
YUV 226.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 220 248 131 0.11 0 0.47 0.03 74.36 0.89 0.74
Hex DC F8 83 B 0 2F 3 4A 59 4A
Octal 334 370 203 13 0 57 3 112 131 112
Binary 11011100 11111000 10000011 1011 0 101111 11 1001010 1011001 1001010

Color Harmonies of #DCF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF883

Black with #DCF883

Text Example


Text Example

White with #DCF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF883; }

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

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

background-color css

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

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

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

border-color css

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

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

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