Html Css Color HEX #D3FB64 Mindaro

📋 copy color: '#D3FB64'

red 211 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #D3FB64

Tints of Mindaro #D3FB64

RGB

 RED value IS 211 (82.81% from 255) = 37.54%

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

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

R = 37.54%
G = 44.66%
B = 17.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D3FB64 (or 0xD3FB64) is known color: Mindaro. HEX triplet: D3, FB and 64. RGB value is (211,251,100). Sum of RGB (Red+Green+Blue) = 211+251+100=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB64 is #2C049B. Grayscale: #DEDEDE. Windows color (decimal): -2884764 or 6618067. OLE color: 6618067.

HSL color Cylindrical-coordinate representation of color #D3FB64: hue angle of 75.89º 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 #D3FB64 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 251 100 -
CMYK 0.16 0 0.60 0.02
HSL 75.89º 0.95% 0.69% -
HSV(B) 75.89º 0.6% 0.98% -
XYZ 63.66 83.76 24.87 -
YUV 221.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 211 251 100 0.16 0 0.60 0.02 75.89 0.95 0.69
Hex D3 FB 64 10 0 3C 2 4C 5F 45
Octal 323 373 144 20 0 74 2 114 137 105
Binary 11010011 11111011 1100100 10000 0 111100 10 1001100 1011111 1000101

Color Harmonies of #D3FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FB64

Black with #D3FB64

Text Example


Text Example

White with #D3FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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