Html Css Color HEX #DCFB7E Mindaro

📋 copy color: '#DCFB7E'

red 220 ◦ green 251 ◦ blue 126

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

Shades of Mindaro #DCFB7E

Tints of Mindaro #DCFB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.11%

R = 36.85%
G = 42.04%
B = 21.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DCFB7E (or 0xDCFB7E) is known color: Mindaro. HEX triplet: DC, FB and 7E. RGB value is (220,251,126). Sum of RGB (Red+Green+Blue) = 220+251+126=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7E is #230481. Grayscale: #E3E3E3. Windows color (decimal): -2294914 or 8322012. OLE color: 8322012.

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

Color convert

RGB 220 251 126 -
CMYK 0.12 0 0.50 0.02
HSL 74.88º 0.94% 0.74% -
HSV(B) 74.88º 0.5% 0.98% -
XYZ 67.78 85.72 32.71 -
YUV 227.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 220 251 126 0.12 0 0.50 0.02 74.88 0.94 0.74
Hex DC FB 7E C 0 32 2 4B 5E 4A
Octal 334 373 176 14 0 62 2 113 136 112
Binary 11011100 11111011 1111110 1100 0 110010 10 1001011 1011110 1001010

Color Harmonies of #DCFB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB7E

Black with #DCFB7E

Text Example


Text Example

White with #DCFB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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