Html Css Color HEX #DCFB7F Mindaro

📋 copy color: '#DCFB7F'

red 220 ◦ green 251 ◦ blue 127

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

Shades of Mindaro #DCFB7F

Tints of Mindaro #DCFB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.24%

R = 36.79%
G = 41.97%
B = 21.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DCFB7F (or 0xDCFB7F) is known color: Mindaro. HEX triplet: DC, FB and 7F. RGB value is (220,251,127). Sum of RGB (Red+Green+Blue) = 220+251+127=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7F is #230480. Grayscale: #E4E4E4. Windows color (decimal): -2294913 or 8387548. OLE color: 8387548.

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

Color convert

RGB 220 251 127 -
CMYK 0.12 0 0.49 0.02
HSL 75º 0.94% 0.74% -
HSV(B) 75º 0.49% 0.98% -
XYZ 67.84 85.74 33.05 -
YUV 227.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 220 251 127 0.12 0 0.49 0.02 75 0.94 0.74
Hex DC FB 7F C 0 31 2 4B 5E 4A
Octal 334 373 177 14 0 61 2 113 136 112
Binary 11011100 11111011 1111111 1100 0 110001 10 1001011 1011110 1001010

Color Harmonies of #DCFB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB7F

Black with #DCFB7F

Text Example


Text Example

White with #DCFB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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