Html Css Color HEX #DCFB64 Mindaro

📋 copy color: '#DCFB64'

red 220 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #DCFB64

Tints of Mindaro #DCFB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.51%

R = 38.53%
G = 43.96%
B = 17.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#DCFB64 (or 0xDCFB64) is known color: Mindaro. HEX triplet: DC, FB and 64. RGB value is (220,251,100). Sum of RGB (Red+Green+Blue) = 220+251+100=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 100 (39.45% from 255 or 17.51% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB64 is #23049B. Grayscale: #E1E1E1. Windows color (decimal): -2294940 or 6618076. OLE color: 6618076.

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

Color convert

RGB 220 251 100 -
CMYK 0.12 0 0.60 0.02
HSL 72.32º 0.95% 0.69% -
HSV(B) 72.32º 0.6% 0.98% -
XYZ 66.31 85.13 24.99 -
YUV 224.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 220 251 100 0.12 0 0.60 0.02 72.32 0.95 0.69
Hex DC FB 64 C 0 3C 2 48 5F 45
Octal 334 373 144 14 0 74 2 110 137 105
Binary 11011100 11111011 1100100 1100 0 111100 10 1001000 1011111 1000101

Color Harmonies of #DCFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB64

Black with #DCFB64

Text Example


Text Example

White with #DCFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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