Html Css Color HEX #DCFB61 Mindaro

📋 copy color: '#DCFB61'

red 220 ◦ green 251 ◦ blue 97

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

Shades of Mindaro #DCFB61

Tints of Mindaro #DCFB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.08%

R = 38.73%
G = 44.19%
B = 17.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DCFB61 (or 0xDCFB61) is known color: Mindaro. HEX triplet: DC, FB and 61. RGB value is (220,251,97). Sum of RGB (Red+Green+Blue) = 220+251+97=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB61 is #23049E. Grayscale: #E0E0E0. Windows color (decimal): -2294943 or 6421468. OLE color: 6421468.

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

Color convert

RGB 220 251 97 -
CMYK 0.12 0 0.61 0.02
HSL 72.08º 0.95% 0.68% -
HSV(B) 72.08º 0.61% 0.98% -
XYZ 66.17 85.07 24.24 -
YUV 224.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 220 251 97 0.12 0 0.61 0.02 72.08 0.95 0.68
Hex DC FB 61 C 0 3D 2 48 5F 44
Octal 334 373 141 14 0 75 2 110 137 104
Binary 11011100 11111011 1100001 1100 0 111101 10 1001000 1011111 1000100

Color Harmonies of #DCFB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB61

Black with #DCFB61

Text Example


Text Example

White with #DCFB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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