Html Css Color HEX #DCFB71 Mindaro

📋 copy color: '#DCFB71'

red 220 ◦ green 251 ◦ blue 113

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

Shades of Mindaro #DCFB71

Tints of Mindaro #DCFB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.35%

R = 37.67%
G = 42.98%
B = 19.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DCFB71 (or 0xDCFB71) is known color: Mindaro. HEX triplet: DC, FB and 71. RGB value is (220,251,113). Sum of RGB (Red+Green+Blue) = 220+251+113=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB71 is #23048E. Grayscale: #E2E2E2. Windows color (decimal): -2294927 or 7470044. OLE color: 7470044.

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

Color convert

RGB 220 251 113 -
CMYK 0.12 0 0.55 0.02
HSL 73.48º 0.95% 0.71% -
HSV(B) 73.48º 0.55% 0.98% -
XYZ 66.99 85.4 28.58 -
YUV 226 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 220 251 113 0.12 0 0.55 0.02 73.48 0.95 0.71
Hex DC FB 71 C 0 37 2 49 5F 47
Octal 334 373 161 14 0 67 2 111 137 107
Binary 11011100 11111011 1110001 1100 0 110111 10 1001001 1011111 1000111

Color Harmonies of #DCFB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB71

Black with #DCFB71

Text Example


Text Example

White with #DCFB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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