Html Css Color HEX #DCFB78 Mindaro

📋 copy color: '#DCFB78'

red 220 ◦ green 251 ◦ blue 120

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

Shades of Mindaro #DCFB78

Tints of Mindaro #DCFB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.3%

R = 37.23%
G = 42.47%
B = 20.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DCFB78 (or 0xDCFB78) is known color: Mindaro. HEX triplet: DC, FB and 78. RGB value is (220,251,120). Sum of RGB (Red+Green+Blue) = 220+251+120=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB78 is #230487. Grayscale: #E3E3E3. Windows color (decimal): -2294920 or 7928796. OLE color: 7928796.

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

Color convert

RGB 220 251 120 -
CMYK 0.12 0 0.52 0.02
HSL 74.2º 0.94% 0.73% -
HSV(B) 74.2º 0.52% 0.98% -
XYZ 67.4 85.57 30.73 -
YUV 226.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 220 251 120 0.12 0 0.52 0.02 74.2 0.94 0.73
Hex DC FB 78 C 0 34 2 4A 5E 49
Octal 334 373 170 14 0 64 2 112 136 111
Binary 11011100 11111011 1111000 1100 0 110100 10 1001010 1011110 1001001

Color Harmonies of #DCFB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB78

Black with #DCFB78

Text Example


Text Example

White with #DCFB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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