Html Css Color HEX #DCFB73 Mindaro

📋 copy color: '#DCFB73'

red 220 ◦ green 251 ◦ blue 115

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

Shades of Mindaro #DCFB73

Tints of Mindaro #DCFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.83%

 BLUE value IS 115 (45.31% from 255) = 19.62%

R = 37.54%
G = 42.83%
B = 19.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DCFB73 (or 0xDCFB73) is known color: Mindaro. HEX triplet: DC, FB and 73. RGB value is (220,251,115). Sum of RGB (Red+Green+Blue) = 220+251+115=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB73 is #23048C. Grayscale: #E2E2E2. Windows color (decimal): -2294925 or 7601116. OLE color: 7601116.

HSL color Cylindrical-coordinate representation of color #DCFB73: hue angle of 73.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFB73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 115 -
CMYK 0.12 0 0.54 0.02
HSL 73.68º 0.94% 0.72% -
HSV(B) 73.68º 0.54% 0.98% -
XYZ 67.11 85.45 29.18 -
YUV 226.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 220 251 115 0.12 0 0.54 0.02 73.68 0.94 0.72
Hex DC FB 73 C 0 36 2 4A 5E 48
Octal 334 373 163 14 0 66 2 112 136 110
Binary 11011100 11111011 1110011 1100 0 110110 10 1001010 1011110 1001000

Color Harmonies of #DCFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB73

Black with #DCFB73

Text Example


Text Example

White with #DCFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB73; }

 p { color: rgb(220,251,115); }

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

background-color css

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

 a { background-color: rgb(220,251,115); }

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

border-color css

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

 span { border-color: rgb(220,251,115); }

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